Class AttachedNetworkConnectionInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.devcenter.fluent.models.AttachedNetworkConnectionInner

public final class AttachedNetworkConnectionInner extends com.azure.core.management.ProxyResource
Represents an attached NetworkConnection.
  • Constructor Details

    • AttachedNetworkConnectionInner

      public AttachedNetworkConnectionInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: The provisioning state of the resource.
      Returns:
      the provisioningState value.
    • networkConnectionId

      public String networkConnectionId()
      Get the networkConnectionId property: The resource ID of the NetworkConnection you want to attach.
      Returns:
      the networkConnectionId value.
    • withNetworkConnectionId

      public AttachedNetworkConnectionInner withNetworkConnectionId(String networkConnectionId)
      Set the networkConnectionId property: The resource ID of the NetworkConnection you want to attach.
      Parameters:
      networkConnectionId - the networkConnectionId value to set.
      Returns:
      the AttachedNetworkConnectionInner object itself.
    • networkConnectionLocation

      public String networkConnectionLocation()
      Get the networkConnectionLocation property: The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives.
      Returns:
      the networkConnectionLocation value.
    • healthCheckStatus

      public HealthCheckStatus healthCheckStatus()
      Get the healthCheckStatus property: Health check status values.
      Returns:
      the healthCheckStatus value.
    • domainJoinType

      public DomainJoinType 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.