| 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 |
|---|---|
CsmPublishingCredentialsPoliciesEntityInner |
WebAppsClient.getFtpAllowed(String resourceGroupName,
String name)
Description for Returns whether FTP is allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
WebAppsClient.getFtpAllowedSlot(String resourceGroupName,
String name,
String slot)
Description for Returns whether FTP is allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
WebAppsClient.getScmAllowed(String resourceGroupName,
String name)
Description for Returns whether Scm basic auth is allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
WebAppsClient.getScmAllowedSlot(String resourceGroupName,
String name,
String slot)
Description for Returns whether Scm basic auth is allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
WebAppsClient.updateFtpAllowed(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
WebAppsClient.updateFtpAllowedSlot(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
WebAppsClient.updateScmAllowed(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
WebAppsClient.updateScmAllowedSlot(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
| Modifier and Type | Method and Description |
|---|---|
CsmPublishingCredentialsPoliciesEntityInner |
WebAppsClient.updateFtpAllowed(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
Mono<CsmPublishingCredentialsPoliciesEntityInner> |
WebAppsClient.updateFtpAllowedAsync(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
WebAppsClient.updateFtpAllowedSlot(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
Mono<CsmPublishingCredentialsPoliciesEntityInner> |
WebAppsClient.updateFtpAllowedSlotAsync(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> |
WebAppsClient.updateFtpAllowedSlotWithResponse(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity,
com.azure.core.util.Context context)
Description for Updates whether FTP is allowed on the site or not.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> |
WebAppsClient.updateFtpAllowedSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> |
WebAppsClient.updateFtpAllowedWithResponse(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity,
com.azure.core.util.Context context)
Description for Updates whether FTP is allowed on the site or not.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> |
WebAppsClient.updateFtpAllowedWithResponseAsync(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
WebAppsClient.updateScmAllowed(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
Mono<CsmPublishingCredentialsPoliciesEntityInner> |
WebAppsClient.updateScmAllowedAsync(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
WebAppsClient.updateScmAllowedSlot(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
Mono<CsmPublishingCredentialsPoliciesEntityInner> |
WebAppsClient.updateScmAllowedSlotAsync(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> |
WebAppsClient.updateScmAllowedSlotWithResponse(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity,
com.azure.core.util.Context context)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> |
WebAppsClient.updateScmAllowedSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> |
WebAppsClient.updateScmAllowedWithResponse(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity,
com.azure.core.util.Context context)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> |
WebAppsClient.updateScmAllowedWithResponseAsync(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
| Modifier and Type | Method and Description |
|---|---|
CsmPublishingCredentialsPoliciesEntityInner |
CsmPublishingCredentialsPoliciesCollectionInner.ftp()
Get the ftp property: Whether FTP is allowed.
|
CsmPublishingCredentialsPoliciesEntityInner |
CsmPublishingCredentialsPoliciesCollectionInner.scm()
Get the scm property: Whether Scm Basic Auth is allowed.
|
CsmPublishingCredentialsPoliciesEntityInner |
CsmPublishingCredentialsPoliciesEntityInner.withAllow(Boolean allow)
Set the allow property: <code>true</code> to allow access to a publishing method; otherwise,
<code>false</code>.
|
CsmPublishingCredentialsPoliciesEntityInner |
CsmPublishingCredentialsPoliciesEntityInner.withKind(String kind)
Set the kind property: Kind of resource.
|
| Modifier and Type | Method and Description |
|---|---|
CsmPublishingCredentialsPoliciesCollectionInner |
CsmPublishingCredentialsPoliciesCollectionInner.withFtp(CsmPublishingCredentialsPoliciesEntityInner ftp)
Set the ftp property: Whether FTP is allowed.
|
CsmPublishingCredentialsPoliciesCollectionInner |
CsmPublishingCredentialsPoliciesCollectionInner.withScm(CsmPublishingCredentialsPoliciesEntityInner scm)
Set the scm property: Whether Scm Basic Auth is allowed.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.