Class StaticMemberProperties

java.lang.Object
com.azure.resourcemanager.network.fluent.models.StaticMemberProperties

public final class StaticMemberProperties extends Object
Properties of static member.
  • Constructor Details

    • StaticMemberProperties

      public StaticMemberProperties()
      Creates an instance of StaticMemberProperties class.
  • Method Details

    • resourceId

      public String resourceId()
      Get the resourceId property: Resource Id.
      Returns:
      the resourceId value.
    • withResourceId

      public StaticMemberProperties withResourceId(String resourceId)
      Set the resourceId property: Resource Id.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the StaticMemberProperties object itself.
    • region

      public String region()
      Get the region property: Resource region.
      Returns:
      the region value.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the scope assignment resource.
      Returns:
      the provisioningState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.