Class VirtualNetworkSubnetUsageResultInner

java.lang.Object
com.azure.resourcemanager.mysqlflexibleserver.fluent.models.VirtualNetworkSubnetUsageResultInner

public final class VirtualNetworkSubnetUsageResultInner extends Object
Virtual network subnet usage data.
  • Constructor Details

    • VirtualNetworkSubnetUsageResultInner

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

    • location

      public String location()
      Get the location property: The location name.
      Returns:
      the location value.
    • subscriptionId

      public String subscriptionId()
      Get the subscriptionId property: The subscription id.
      Returns:
      the subscriptionId value.
    • delegatedSubnetsUsage

      public List<DelegatedSubnetUsage> delegatedSubnetsUsage()
      Get the delegatedSubnetsUsage property: A list of delegated subnet usage.
      Returns:
      the delegatedSubnetsUsage value.
    • validate

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