Class AttachedNetworkConnectionProperties

java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.AttachedNetworkConnectionProperties

public final class AttachedNetworkConnectionProperties extends Object
Properties of an attached NetworkConnection.
  • Constructor Details

    • AttachedNetworkConnectionProperties

      public AttachedNetworkConnectionProperties()
  • Method Details

    • 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 AttachedNetworkConnectionProperties 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 AttachedNetworkConnectionProperties 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.