다음을 통해 공유


IWebSiteManagementClient 인터페이스

정의

WebSite Management 클라이언트

public interface IWebSiteManagementClient : IDisposable
type IWebSiteManagementClient = interface
    interface IDisposable
Public Interface IWebSiteManagementClient
Implements IDisposable
파생
구현

속성

AcceptLanguage

응답의 기본 설정 언어입니다.

ApiVersion

API 버전

AppServiceCertificateOrders

IAppServiceCertificateOrdersOperations를 가져옵니다.

AppServiceEnvironments

IAppServiceEnvironmentsOperations를 가져옵니다.

AppServicePlans

IAppServicePlansOperations를 가져옵니다.

BaseUri

서비스의 기본 URI입니다.

CertificateRegistrationProvider

ICertificateRegistrationProviderOperations를 가져옵니다.

Certificates

ICertificatesOperations를 가져옵니다.

Credentials

클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다.

DeletedWebApps

IDeletedWebAppsOperations를 가져옵니다.

DeserializationSettings

json 역직렬화 설정을 가져오거나 설정합니다.

Diagnostics

IDiagnosticsOperations를 가져옵니다.

DomainRegistrationProvider

IDomainRegistrationProviderOperations를 가져옵니다.

Domains

IDomainsOperations를 가져옵니다.

GenerateClientRequestId

고유한 x-ms-client-request-id를 생성해야 하는지 여부입니다. true로 설정하면 고유한 x-ms-client-request-id 값이 생성되고 각 요청에 포함됩니다. 기본값은 true입니다.

LongRunningOperationRetryTimeout

장기 실행 작업의 재시도 시간 제한(초)입니다. 기본값은 30입니다.

Provider

IProviderOperations를 가져옵니다.

Recommendations

IRecommendationsOperations를 가져옵니다.

ResourceHealthMetadata

IResourceHealthMetadataOperations를 가져옵니다.

SerializationSettings

json serialization 설정을 가져오거나 설정합니다.

SubscriptionId

Azure 구독 ID. GUID 형식 문자열입니다(예: 000000000-0000-0000-0000-0000-000000000000).

TopLevelDomains

ITopLevelDomainsOperations를 가져옵니다.

WebApps

IWebAppsOperations를 가져옵니다.

메서드

CheckNameAvailabilityWithHttpMessagesAsync(String, CheckNameResourceTypes, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

리소스 이름을 사용할 수 있는지 확인합니다.

GetPublishingUserWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

게시 사용자를 가져옵니다.

GetSourceControlWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

소스 제어 토큰을 가져옵니다.

GetSubscriptionDeploymentLocationsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

사용 가능한 지역 및 미니스탬프 목록을 가져옵니다.

ListBillingMetersNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

지정된 위치에 대한 미터 목록을 가져옵니다.

ListBillingMetersWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

지정된 위치에 대한 미터 목록을 가져옵니다.

ListGeoRegionsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

사용 가능한 지리적 지역 목록을 가져옵니다.

ListGeoRegionsWithHttpMessagesAsync(SkuName, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

사용 가능한 지리적 지역 목록을 가져옵니다.

ListPremierAddOnOffersNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

모든 프리미어 추가 기능 제품을 나열합니다.

ListPremierAddOnOffersWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

모든 프리미어 추가 기능 제품을 나열합니다.

ListSiteIdentifiersAssignedToHostNameNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

호스트 이름에 할당된 모든 앱을 나열합니다.

ListSiteIdentifiersAssignedToHostNameWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

호스트 이름에 할당된 모든 앱을 나열합니다.

ListSkusWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

모든 SKU를 나열합니다.

ListSourceControlsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Azure 웹 사이트에 사용할 수 있는 소스 제어를 가져옵니다.

ListSourceControlsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Azure 웹 사이트에 사용할 수 있는 소스 제어를 가져옵니다.

MoveWithHttpMessagesAsync(String, CsmMoveResourceEnvelope, Dictionary<String,List<String>>, CancellationToken)

리소스 그룹 간에 리소스를 이동합니다.

UpdatePublishingUserWithHttpMessagesAsync(UserInner, Dictionary<String,List<String>>, CancellationToken)

업데이트 게시 사용자

UpdateSourceControlWithHttpMessagesAsync(String, SourceControlInner, Dictionary<String,List<String>>, CancellationToken)

소스 제어 토큰 업데이트

ValidateMoveWithHttpMessagesAsync(String, CsmMoveResourceEnvelope, Dictionary<String,List<String>>, CancellationToken)

리소스를 이동할 수 있는지 여부를 확인합니다.

ValidateWithHttpMessagesAsync(String, ValidateRequest, Dictionary<String,List<String>>, CancellationToken)

리소스를 만들 수 있는지 확인합니다.

VerifyHostingEnvironmentVnetWithHttpMessagesAsync(VnetParameters, Dictionary<String,List<String>>, CancellationToken)

네트워크 보안 그룹 규칙을 분석하여 이 VNET이 App Service Environment 호환되는지 확인합니다.

확장 메서드

CheckNameAvailabilityAsync(IWebSiteManagementClient, String, CheckNameResourceTypes, Nullable<Boolean>, CancellationToken)

리소스 이름을 사용할 수 있는지 확인합니다.

GetPublishingUserAsync(IWebSiteManagementClient, CancellationToken)

게시 사용자를 가져옵니다.

GetSourceControlAsync(IWebSiteManagementClient, String, CancellationToken)

소스 제어 토큰을 가져옵니다.

GetSubscriptionDeploymentLocationsAsync(IWebSiteManagementClient, CancellationToken)

사용 가능한 지역 및 미니스탬프 목록을 가져옵니다.

ListBillingMetersAsync(IWebSiteManagementClient, String, String, CancellationToken)

지정된 위치에 대한 미터 목록을 가져옵니다.

ListBillingMetersNextAsync(IWebSiteManagementClient, String, CancellationToken)

지정된 위치에 대한 미터 목록을 가져옵니다.

ListGeoRegionsAsync(IWebSiteManagementClient, SkuName, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

사용 가능한 지리적 지역 목록을 가져옵니다.

ListGeoRegionsNextAsync(IWebSiteManagementClient, String, CancellationToken)

사용 가능한 지리적 지역 목록을 가져옵니다.

ListPremierAddOnOffersAsync(IWebSiteManagementClient, CancellationToken)

모든 프리미어 추가 기능 제품을 나열합니다.

ListPremierAddOnOffersNextAsync(IWebSiteManagementClient, String, CancellationToken)

모든 프리미어 추가 기능 제품을 나열합니다.

ListSiteIdentifiersAssignedToHostNameAsync(IWebSiteManagementClient, String, CancellationToken)

호스트 이름에 할당된 모든 앱을 나열합니다.

ListSiteIdentifiersAssignedToHostNameNextAsync(IWebSiteManagementClient, String, CancellationToken)

호스트 이름에 할당된 모든 앱을 나열합니다.

ListSkusAsync(IWebSiteManagementClient, CancellationToken)

모든 SKU를 나열합니다.

ListSourceControlsAsync(IWebSiteManagementClient, CancellationToken)

Azure 웹 사이트에 사용할 수 있는 소스 제어를 가져옵니다.

ListSourceControlsNextAsync(IWebSiteManagementClient, String, CancellationToken)

Azure 웹 사이트에 사용할 수 있는 소스 제어를 가져옵니다.

MoveAsync(IWebSiteManagementClient, String, CsmMoveResourceEnvelope, CancellationToken)

리소스 그룹 간에 리소스를 이동합니다.

UpdatePublishingUserAsync(IWebSiteManagementClient, UserInner, CancellationToken)

업데이트 게시 사용자

UpdateSourceControlAsync(IWebSiteManagementClient, String, SourceControlInner, CancellationToken)

소스 제어 토큰 업데이트

ValidateAsync(IWebSiteManagementClient, String, ValidateRequest, CancellationToken)

리소스를 만들 수 있는지 확인합니다.

ValidateMoveAsync(IWebSiteManagementClient, String, CsmMoveResourceEnvelope, CancellationToken)

리소스를 이동할 수 있는지 여부를 확인합니다.

VerifyHostingEnvironmentVnetAsync(IWebSiteManagementClient, VnetParameters, CancellationToken)

네트워크 보안 그룹 규칙을 분석하여 이 VNET이 App Service Environment 호환되는지 확인합니다.

적용 대상