public final class CsmPublishingCredentialsPoliciesEntityInner extends ProxyOnlyResource
| Constructor and Description |
|---|
CsmPublishingCredentialsPoliciesEntityInner() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allow()
Get the allow property: <code>true</code> to allow access to a publishing method; otherwise,
<code>false</code>.
|
void |
validate()
Validates the instance.
|
CsmPublishingCredentialsPoliciesEntityInner |
withAllow(Boolean allow)
Set the allow property: <code>true</code> to allow access to a publishing method; otherwise,
<code>false</code>.
|
CsmPublishingCredentialsPoliciesEntityInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic CsmPublishingCredentialsPoliciesEntityInner()
public CsmPublishingCredentialsPoliciesEntityInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public Boolean allow()
public CsmPublishingCredentialsPoliciesEntityInner withAllow(Boolean allow)
allow - the allow value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.