다음을 통해 공유


PrivateLinkScopes interface

PrivateLinkScopes를 나타내는 인터페이스입니다.

메서드

beginDelete(string, string, PrivateLinkScopesDeleteOptionalParams)

Azure Arc PrivateLinkScope를 삭제합니다.

beginDeleteAndWait(string, string, PrivateLinkScopesDeleteOptionalParams)

Azure Arc PrivateLinkScope를 삭제합니다.

createOrUpdate(string, string, HybridComputePrivateLinkScope, PrivateLinkScopesCreateOrUpdateOptionalParams)

Azure Arc PrivateLinkScope를 만들거나 업데이트합니다. 참고: Put 작업에서는 InstrumentationKey 또는 AppId에 대해 다른 값을 지정할 수 없습니다.

get(string, string, PrivateLinkScopesGetOptionalParams)

Azure Arc PrivateLinkScope를 반환합니다.

getValidationDetails(string, string, PrivateLinkScopesGetValidationDetailsOptionalParams)

Azure Arc PrivateLinkScope의 유효성 검사 세부 정보를 반환합니다.

getValidationDetailsForMachine(string, string, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams)

지정된 머신에 대한 Azure Arc PrivateLinkScope의 유효성 검사 세부 정보를 반환합니다.

list(PrivateLinkScopesListOptionalParams)

구독 내의 모든 Azure Arc PrivateLinkScopes 목록을 가져옵니다.

listByResourceGroup(string, PrivateLinkScopesListByResourceGroupOptionalParams)

리소스 그룹 내의 Azure Arc PrivateLinkScopes 목록을 가져옵니다.

updateTags(string, string, TagsResource, PrivateLinkScopesUpdateTagsOptionalParams)

기존 PrivateLinkScope의 태그를 업데이트합니다. 다른 필드를 업데이트하려면 CreateOrUpdate 메서드를 사용합니다.

메서드 세부 정보

beginDelete(string, string, PrivateLinkScopesDeleteOptionalParams)

Azure Arc PrivateLinkScope를 삭제합니다.

function beginDelete(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

scopeName

string

Azure Arc PrivateLinkScope 리소스의 이름입니다.

options
PrivateLinkScopesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, PrivateLinkScopesDeleteOptionalParams)

Azure Arc PrivateLinkScope를 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

scopeName

string

Azure Arc PrivateLinkScope 리소스의 이름입니다.

options
PrivateLinkScopesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

createOrUpdate(string, string, HybridComputePrivateLinkScope, PrivateLinkScopesCreateOrUpdateOptionalParams)

Azure Arc PrivateLinkScope를 만들거나 업데이트합니다. 참고: Put 작업에서는 InstrumentationKey 또는 AppId에 대해 다른 값을 지정할 수 없습니다.

function createOrUpdate(resourceGroupName: string, scopeName: string, parameters: HybridComputePrivateLinkScope, options?: PrivateLinkScopesCreateOrUpdateOptionalParams): Promise<HybridComputePrivateLinkScope>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

scopeName

string

Azure Arc PrivateLinkScope 리소스의 이름입니다.

parameters
HybridComputePrivateLinkScope

서버 및 클러스터 PrivateLinkScope용 Azure Arc를 만들거나 업데이트하기 위해 지정해야 하는 속성입니다.

options
PrivateLinkScopesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, PrivateLinkScopesGetOptionalParams)

Azure Arc PrivateLinkScope를 반환합니다.

function get(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesGetOptionalParams): Promise<HybridComputePrivateLinkScope>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

scopeName

string

Azure Arc PrivateLinkScope 리소스의 이름입니다.

options
PrivateLinkScopesGetOptionalParams

옵션 매개 변수입니다.

반환

getValidationDetails(string, string, PrivateLinkScopesGetValidationDetailsOptionalParams)

Azure Arc PrivateLinkScope의 유효성 검사 세부 정보를 반환합니다.

function getValidationDetails(location: string, privateLinkScopeId: string, options?: PrivateLinkScopesGetValidationDetailsOptionalParams): Promise<PrivateLinkScopeValidationDetails>

매개 변수

location

string

대상 리소스의 위치입니다.

privateLinkScopeId

string

Azure Arc PrivateLinkScope 리소스의 ID(Guid)입니다.

options
PrivateLinkScopesGetValidationDetailsOptionalParams

옵션 매개 변수입니다.

반환

getValidationDetailsForMachine(string, string, PrivateLinkScopesGetValidationDetailsForMachineOptionalParams)

지정된 머신에 대한 Azure Arc PrivateLinkScope의 유효성 검사 세부 정보를 반환합니다.

function getValidationDetailsForMachine(resourceGroupName: string, machineName: string, options?: PrivateLinkScopesGetValidationDetailsForMachineOptionalParams): Promise<PrivateLinkScopeValidationDetails>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

machineName

string

프라이빗 링크 범위 유효성 검사 세부 정보를 가져올 대상 컴퓨터의 이름입니다.

options
PrivateLinkScopesGetValidationDetailsForMachineOptionalParams

옵션 매개 변수입니다.

반환

list(PrivateLinkScopesListOptionalParams)

구독 내의 모든 Azure Arc PrivateLinkScopes 목록을 가져옵니다.

function list(options?: PrivateLinkScopesListOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>

매개 변수

options
PrivateLinkScopesListOptionalParams

옵션 매개 변수입니다.

반환

listByResourceGroup(string, PrivateLinkScopesListByResourceGroupOptionalParams)

리소스 그룹 내의 Azure Arc PrivateLinkScopes 목록을 가져옵니다.

function listByResourceGroup(resourceGroupName: string, options?: PrivateLinkScopesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope, HybridComputePrivateLinkScope[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

options
PrivateLinkScopesListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

updateTags(string, string, TagsResource, PrivateLinkScopesUpdateTagsOptionalParams)

기존 PrivateLinkScope의 태그를 업데이트합니다. 다른 필드를 업데이트하려면 CreateOrUpdate 메서드를 사용합니다.

function updateTags(resourceGroupName: string, scopeName: string, privateLinkScopeTags: TagsResource, options?: PrivateLinkScopesUpdateTagsOptionalParams): Promise<HybridComputePrivateLinkScope>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

scopeName

string

Azure Arc PrivateLinkScope 리소스의 이름입니다.

privateLinkScopeTags
TagsResource

PrivateLinkScope 인스턴스로 설정하도록 태그 정보를 업데이트했습니다.

options
PrivateLinkScopesUpdateTagsOptionalParams

옵션 매개 변수입니다.

반환