AttachedNetworkConnectionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. fluent. models. AttachedNetworkConnectionProperties
- com.
Implements
public final class AttachedNetworkConnectionProperties
implements JsonSerializable<AttachedNetworkConnectionProperties>
Properties of an attached NetworkConnection.
Constructor Summary
| Constructor | Description |
|---|---|
| AttachedNetworkConnectionProperties() |
Creates an instance of Attached |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Domain |
domainJoinType()
Get the domain |
|
static
Attached |
fromJson(JsonReader jsonReader)
Reads an instance of Attached |
|
Health |
healthCheckStatus()
Get the health |
| String |
networkConnectionId()
Get the network |
| String |
networkConnectionLocation()
Get the network |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Attached |
withNetworkConnectionId(String networkConnectionId)
Set the network |
Methods inherited from java.lang.Object
Constructor Details
AttachedNetworkConnectionProperties
public AttachedNetworkConnectionProperties()
Creates an instance of AttachedNetworkConnectionProperties class.
Method Details
domainJoinType
public DomainJoinType domainJoinType()
Get the domainJoinType property: AAD Join type of the network. This is populated based on the referenced Network Connection.
Returns:
fromJson
public static AttachedNetworkConnectionProperties fromJson(JsonReader jsonReader)
Reads an instance of AttachedNetworkConnectionProperties from the JsonReader.
Parameters:
Returns:
Throws:
healthCheckStatus
public HealthCheckStatus healthCheckStatus()
Get the healthCheckStatus property: Health check status values.
Returns:
networkConnectionId
public String networkConnectionId()
Get the networkConnectionId property: The resource ID of the NetworkConnection you want to attach.
Returns:
networkConnectionLocation
public String networkConnectionLocation()
Get the networkConnectionLocation property: The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withNetworkConnectionId
public AttachedNetworkConnectionProperties withNetworkConnectionId(String networkConnectionId)
Set the networkConnectionId property: The resource ID of the NetworkConnection you want to attach.
Parameters:
Returns: