public class CsmPublishingCredentialsPoliciesCollectionInner extends ProxyOnlyResource
| Constructor and Description |
|---|
CsmPublishingCredentialsPoliciesCollectionInner() |
| Modifier and Type | Method and Description |
|---|---|
CsmPublishingCredentialsPoliciesEntityInner |
ftp()
Get the ftp property: Whether FTP is allowed.
|
CsmPublishingCredentialsPoliciesEntityInner |
scm()
Get the scm property: Whether Scm Basic Auth is allowed.
|
void |
validate()
Validates the instance.
|
CsmPublishingCredentialsPoliciesCollectionInner |
withFtp(CsmPublishingCredentialsPoliciesEntityInner ftp)
Set the ftp property: Whether FTP is allowed.
|
CsmPublishingCredentialsPoliciesCollectionInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
CsmPublishingCredentialsPoliciesCollectionInner |
withScm(CsmPublishingCredentialsPoliciesEntityInner scm)
Set the scm property: Whether Scm Basic Auth is allowed.
|
kindpublic CsmPublishingCredentialsPoliciesCollectionInner()
public CsmPublishingCredentialsPoliciesEntityInner ftp()
public CsmPublishingCredentialsPoliciesCollectionInner withFtp(CsmPublishingCredentialsPoliciesEntityInner ftp)
ftp - the ftp value to set.public CsmPublishingCredentialsPoliciesEntityInner scm()
public CsmPublishingCredentialsPoliciesCollectionInner withScm(CsmPublishingCredentialsPoliciesEntityInner scm)
scm - the scm value to set.public CsmPublishingCredentialsPoliciesCollectionInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.