Class SitePropertiesFormat

java.lang.Object
com.azure.resourcemanager.mobilenetwork.fluent.models.SitePropertiesFormat

public final class SitePropertiesFormat extends Object
Site properties.
  • Constructor Details

    • SitePropertiesFormat

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

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the site resource.
      Returns:
      the provisioningState value.
    • networkFunctions

      public List<com.azure.core.management.SubResource> networkFunctions()
      Get the networkFunctions property: An array of IDs of the network functions deployed in the site. Deleting the site will delete any network functions that are deployed in the site.
      Returns:
      the networkFunctions value.
    • validate

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