Class CsmPublishingCredentialsPoliciesEntityProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.CsmPublishingCredentialsPoliciesEntityProperties
CsmPublishingCredentialsPoliciesEntity resource specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CsmPublishingCredentialsPoliciesEntityProperties class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanallow()Get the allow property: <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>.voidvalidate()Validates the instance.withAllow(boolean allow) Set the allow property: <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>.
-
Constructor Details
-
CsmPublishingCredentialsPoliciesEntityProperties
public CsmPublishingCredentialsPoliciesEntityProperties()Creates an instance of CsmPublishingCredentialsPoliciesEntityProperties class.
-
-
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
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.
-