Class StaticMemberInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.network.models.ChildResource
com.azure.resourcemanager.network.fluent.models.StaticMemberInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class StaticMemberInner extends ChildResource
StaticMember Item.
  • Constructor Details

    • StaticMemberInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system metadata related to this resource.
      Returns:
      the systemData value.
    • resourceId

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

      public StaticMemberInner withResourceId(String resourceId)
      Set the resourceId property: Resource Id.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the StaticMemberInner 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.
      Overrides:
      validate in class ChildResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.