Class CsmPublishingCredentialsPoliciesEntityProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.CsmPublishingCredentialsPoliciesEntityProperties
-
public final class CsmPublishingCredentialsPoliciesEntityProperties extends Object
CsmPublishingCredentialsPoliciesEntity resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description CsmPublishingCredentialsPoliciesEntityProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallow()Get the allow property: <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>.voidvalidate()Validates the instance.CsmPublishingCredentialsPoliciesEntityPropertieswithAllow(boolean allow)Set the allow property: <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>.
-
-
-
Method Detail
-
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.
-
-