AttachedNetworkConnectionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. devcenter. fluent. models. AttachedNetworkConnectionInner
- com.
- com.
public final class AttachedNetworkConnectionInner
extends ProxyResource
Represents an attached NetworkConnection.
Constructor Summary
| Constructor | Description |
|---|---|
| AttachedNetworkConnectionInner() |
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 |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
| String |
networkConnectionId()
Get the network |
| String |
networkConnectionLocation()
Get the network |
|
Provisioning |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Attached |
withNetworkConnectionId(String networkConnectionId)
Set the network |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
AttachedNetworkConnectionInner
public AttachedNetworkConnectionInner()
Creates an instance of AttachedNetworkConnectionInner 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 AttachedNetworkConnectionInner fromJson(JsonReader jsonReader)
Reads an instance of AttachedNetworkConnectionInner from the JsonReader.
Parameters:
Returns:
Throws:
healthCheckStatus
public HealthCheckStatus healthCheckStatus()
Get the healthCheckStatus property: Health check status values.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AttachedNetworkConnectionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AttachedNetworkConnectionInner.name()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:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AttachedNetworkConnectionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AttachedNetworkConnectionInner.type()Returns:
validate
public void validate()
Validates the instance.
withNetworkConnectionId
public AttachedNetworkConnectionInner withNetworkConnectionId(String networkConnectionId)
Set the networkConnectionId property: The resource ID of the NetworkConnection you want to attach.
Parameters:
Returns: