NetworkConnection Interface
public interface NetworkConnection
An immutable client-side representation of NetworkConnection.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Domain |
domainJoinType()
Gets the domain |
| abstract String |
domainName()
Gets the domain |
| abstract String |
domainPassword()
Gets the domain |
| abstract String |
domainUsername()
Gets the domain |
|
abstract
Health |
healthCheckStatus()
Gets the health |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Network |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
networkingResourceGroupName()
Gets the networking |
| abstract String |
organizationUnit()
Gets the organization |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
|
abstract
Network |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Network |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract void |
runHealthChecks()
Triggers a new health check run. |
| abstract void |
runHealthChecks(Context context)
Triggers a new health check run. |
| abstract String |
subnetId()
Gets the subnet |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Network |
Method Details
domainJoinType
public abstract DomainJoinType domainJoinType()
Gets the domainJoinType property: AAD Join type.
Returns:
domainName
public abstract String domainName()
Gets the domainName property: Active Directory domain name.
Returns:
domainPassword
public abstract String domainPassword()
Gets the domainPassword property: The password for the account used to join domain.
Returns:
domainUsername
public abstract String domainUsername()
Gets the domainUsername property: The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com.
Returns:
healthCheckStatus
public abstract HealthCheckStatus healthCheckStatus()
Gets the healthCheckStatus property: Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract NetworkConnectionInner innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.NetworkConnectionInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
networkingResourceGroupName
public abstract String networkingResourceGroupName()
Gets the networkingResourceGroupName property: The name for resource group where NICs will be placed.
Returns:
organizationUnit
public abstract String organizationUnit()
Gets the organizationUnit property: Active Directory domain Organization Unit (OU).
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: The provisioning state of the resource.
Returns:
refresh
public abstract NetworkConnection refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract NetworkConnection refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
runHealthChecks
public abstract void runHealthChecks()
Triggers a new health check run. The execution and health check result can be tracked via the network Connection health check details.
runHealthChecks
public abstract void runHealthChecks(Context context)
Triggers a new health check run. The execution and health check result can be tracked via the network Connection health check details.
Parameters:
subnetId
public abstract String subnetId()
Gets the subnetId property: The subnet to attach Virtual Machines to.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract NetworkConnection.Update update()
Begins update for the NetworkConnection resource.
Returns: