Class CsmPublishingCredentialsPoliciesEntityInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.CsmPublishingCredentialsPoliciesEntityInner

public final class CsmPublishingCredentialsPoliciesEntityInner extends ProxyOnlyResource
Publishing Credentials Policies parameters.
  • Constructor Details

    • CsmPublishingCredentialsPoliciesEntityInner

      public CsmPublishingCredentialsPoliciesEntityInner()
  • Method Details

    • withKind

      Set the kind property: Kind of resource.
      Overrides:
      withKind in class ProxyOnlyResource
      Parameters:
      kind - the kind value to set.
      Returns:
      the ProxyOnlyResource object itself.
    • 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

      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 CsmPublishingCredentialsPoliciesEntityInner object itself.
    • validate

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