Class CsmPublishingCredentialsPoliciesEntityProperties

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.CsmPublishingCredentialsPoliciesEntityProperties

public final class CsmPublishingCredentialsPoliciesEntityProperties extends Object
CsmPublishingCredentialsPoliciesEntity resource specific properties.
  • Constructor Details

    • CsmPublishingCredentialsPoliciesEntityProperties

      public CsmPublishingCredentialsPoliciesEntityProperties()
  • Method Details

    • allow

      public boolean allow()
      Get the allow property: <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>.
      Returns:
      the allow value.
    • withAllow

      public CsmPublishingCredentialsPoliciesEntityProperties withAllow(boolean allow)
      Set the allow property: <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>.
      Parameters:
      allow - the allow value to set.
      Returns:
      the CsmPublishingCredentialsPoliciesEntityProperties object itself.
    • validate

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