| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CsmPublishingCredentialsPoliciesCollectionInner |
WebAppsClient.getBasicPublishingCredentialsPolicies(String resourceGroupName,
String name)
Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site.
|
CsmPublishingCredentialsPoliciesCollectionInner |
WebAppsClient.getBasicPublishingCredentialsPoliciesSlot(String resourceGroupName,
String name,
String slot)
Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site.
|
| Modifier and Type | Method and Description |
|---|---|
CsmPublishingCredentialsPoliciesCollectionInner |
CsmPublishingCredentialsPoliciesCollectionInner.withFtp(CsmPublishingCredentialsPoliciesEntityInner ftp)
Set the ftp property: Whether FTP is allowed.
|
CsmPublishingCredentialsPoliciesCollectionInner |
CsmPublishingCredentialsPoliciesCollectionInner.withKind(String kind)
Set the kind property: Kind of resource.
|
CsmPublishingCredentialsPoliciesCollectionInner |
CsmPublishingCredentialsPoliciesCollectionInner.withScm(CsmPublishingCredentialsPoliciesEntityInner scm)
Set the scm property: Whether Scm Basic Auth is allowed.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.