StorageSyncServices interface
StorageSyncServices를 나타내는 인터페이스입니다.
메서드
메서드 세부 정보
beginCreate(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)
새 StorageSyncService를 만듭니다.
function beginCreate(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncService>, StorageSyncService>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
스토리지 동기화 서비스 리소스의 이름입니다.
- parameters
- StorageSyncServiceCreateParameters
스토리지 동기화 서비스 리소스 이름입니다.
옵션 매개 변수입니다.
반환
Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncService>, StorageSyncService>>
beginCreateAndWait(string, string, StorageSyncServiceCreateParameters, StorageSyncServicesCreateOptionalParams)
새 StorageSyncService를 만듭니다.
function beginCreateAndWait(resourceGroupName: string, storageSyncServiceName: string, parameters: StorageSyncServiceCreateParameters, options?: StorageSyncServicesCreateOptionalParams): Promise<StorageSyncService>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
스토리지 동기화 서비스 리소스의 이름입니다.
- parameters
- StorageSyncServiceCreateParameters
스토리지 동기화 서비스 리소스 이름입니다.
옵션 매개 변수입니다.
반환
Promise<StorageSyncService>
beginDelete(string, string, StorageSyncServicesDeleteOptionalParams)
지정된 StorageSyncService를 삭제합니다.
function beginDelete(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncServicesDeleteHeaders>, StorageSyncServicesDeleteHeaders>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
스토리지 동기화 서비스 리소스의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncServicesDeleteHeaders>, StorageSyncServicesDeleteHeaders>>
beginDeleteAndWait(string, string, StorageSyncServicesDeleteOptionalParams)
지정된 StorageSyncService를 삭제합니다.
function beginDeleteAndWait(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesDeleteOptionalParams): Promise<StorageSyncServicesDeleteHeaders>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
스토리지 동기화 서비스 리소스의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<StorageSyncServicesDeleteHeaders>
beginUpdate(string, string, StorageSyncServicesUpdateOptionalParams)
지정된 StorageSyncService를 패치합니다.
function beginUpdate(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageSyncServicesUpdateResponse>, StorageSyncServicesUpdateResponse>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
스토리지 동기화 서비스 리소스의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<PollerLike<@azure/core-lro.PollOperationState<StorageSyncServicesUpdateResponse>, StorageSyncServicesUpdateResponse>>
beginUpdateAndWait(string, string, StorageSyncServicesUpdateOptionalParams)
지정된 StorageSyncService를 패치합니다.
function beginUpdateAndWait(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesUpdateOptionalParams): Promise<StorageSyncServicesUpdateResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
스토리지 동기화 서비스 리소스의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<StorageSyncServicesUpdateResponse>
checkNameAvailability(string, CheckNameAvailabilityParameters, StorageSyncServicesCheckNameAvailabilityOptionalParams)
네임스페이스 이름 지정 가용성을 확인합니다.
function checkNameAvailability(locationName: string, parameters: CheckNameAvailabilityParameters, options?: StorageSyncServicesCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResult>
매개 변수
- locationName
-
string
이름 확인에 필요한 지역입니다.
- parameters
- CheckNameAvailabilityParameters
지정된 네임스페이스 이름의 가용성을 확인하는 매개 변수
옵션 매개 변수입니다.
반환
Promise<CheckNameAvailabilityResult>
get(string, string, StorageSyncServicesGetOptionalParams)
지정된 StorageSyncService를 가져옵니다.
function get(resourceGroupName: string, storageSyncServiceName: string, options?: StorageSyncServicesGetOptionalParams): Promise<StorageSyncServicesGetResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- storageSyncServiceName
-
string
스토리지 동기화 서비스 리소스의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<StorageSyncServicesGetResponse>
listByResourceGroup(string, StorageSyncServicesListByResourceGroupOptionalParams)
리소스 그룹 이름으로 StorageSyncService 목록을 가져옵니다.
function listByResourceGroup(resourceGroupName: string, options?: StorageSyncServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
옵션 매개 변수입니다.
반환
listBySubscription(StorageSyncServicesListBySubscriptionOptionalParams)
구독별로 StorageSyncService 목록을 가져옵니다.
function listBySubscription(options?: StorageSyncServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<StorageSyncService, StorageSyncService[], PageSettings>
매개 변수
옵션 매개 변수입니다.