Class AttachedNetworkConnectionProperties
java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.AttachedNetworkConnectionProperties
Properties of an attached NetworkConnection.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AttachedNetworkConnectionProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the domainJoinType property: AAD Join type of the network.Get the healthCheckStatus property: Health check status values.Get the networkConnectionId property: The resource ID of the NetworkConnection you want to attach.Get the networkConnectionLocation property: The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives.Get the provisioningState property: The provisioning state of the resource.void
validate()
Validates the instance.withNetworkConnectionId
(String networkConnectionId) Set the networkConnectionId property: The resource ID of the NetworkConnection you want to attach.
-
Constructor Details
-
AttachedNetworkConnectionProperties
public AttachedNetworkConnectionProperties()Creates an instance of AttachedNetworkConnectionProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: The provisioning state of the resource.- Returns:
- the provisioningState value.
-
networkConnectionId
Get the networkConnectionId property: The resource ID of the NetworkConnection you want to attach.- Returns:
- the networkConnectionId value.
-
withNetworkConnectionId
Set the networkConnectionId property: The resource ID of the NetworkConnection you want to attach.- Parameters:
networkConnectionId
- the networkConnectionId value to set.- Returns:
- the AttachedNetworkConnectionProperties object itself.
-
networkConnectionLocation
Get the networkConnectionLocation property: The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives.- Returns:
- the networkConnectionLocation value.
-
healthCheckStatus
Get the healthCheckStatus property: Health check status values.- Returns:
- the healthCheckStatus value.
-
domainJoinType
Get the domainJoinType property: AAD Join type of the network. This is populated based on the referenced Network Connection.- Returns:
- the domainJoinType value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-