Class SitePropertiesFormat


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

      • SitePropertiesFormat

        public SitePropertiesFormat()
    • Method Detail

      • provisioningState

        public ProvisioningState provisioningState()
        Get the provisioningState property: The provisioning state of the site resource. **TODO**: Confirm if this is needed.
        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 on the site, maintained by the user.
        Returns:
        the networkFunctions value.
      • withNetworkFunctions

        public SitePropertiesFormat withNetworkFunctions​(List<com.azure.core.management.SubResource> networkFunctions)
        Set the networkFunctions property: An array of ids of the network functions deployed on the site, maintained by the user.
        Parameters:
        networkFunctions - the networkFunctions value to set.
        Returns:
        the SitePropertiesFormat object itself.
      • validate

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