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 Summary
Constructors Constructor Description CsmPublishingCredentialsPoliciesEntityInner()
-
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.CsmPublishingCredentialsPoliciesEntityInnerwithAllow(Boolean allow)Set the allow property: <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>.CsmPublishingCredentialsPoliciesEntityInnerwithKind(String kind)Set the kind property: Kind of resource.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public CsmPublishingCredentialsPoliciesEntityInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- 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
public CsmPublishingCredentialsPoliciesEntityInner 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 CsmPublishingCredentialsPoliciesEntityInner object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-