다음을 통해 공유


StorageTargetResource 클래스

정의

StorageTarget을 나타내는 클래스와 함께 수행할 수 있는 instance 작업입니다. 가 ResourceIdentifier 있는 경우 GetStorageTargetResource 메서드를 사용하는 의 instance ArmClient 에서 을 생성 StorageTargetResource 할 수 있습니다. 그렇지 않으면 GetStorageTarget 메서드를 사용하여 부모 리소스 StorageCacheResource 에서 하나를 가져올 수 있습니다.

public class StorageTargetResource : Azure.ResourceManager.ArmResource
type StorageTargetResource = class
    inherit ArmResource
Public Class StorageTargetResource
Inherits ArmResource
상속
StorageTargetResource

생성자

StorageTargetResource()

모의 클래스의 StorageTargetResource 새 instance 초기화합니다.

필드

ResourceType

작업에 대한 리소스 유형을 가져옵니다.

속성

Client

이 리소스 클라이언트를 ArmClient 만든 을 가져옵니다.

(다음에서 상속됨 ArmResource)
Data

이 기능을 나타내는 데이터를 가져옵니다.

Diagnostics

이 리소스 클라이언트에 대한 진단 옵션을 가져옵니다.

(다음에서 상속됨 ArmResource)
Endpoint

이 리소스 클라이언트의 기본 URI를 가져옵니다.

(다음에서 상속됨 ArmResource)
HasData

현재 instance 데이터가 있는지 여부를 가져옵니다.

Id

리소스 식별자를 가져옵니다.

(다음에서 상속됨 ArmResource)
Pipeline

이 리소스 클라이언트에 대한 파이프라인을 가져옵니다.

(다음에서 상속됨 ArmResource)

메서드

CanUseTagResource(CancellationToken)

TagResource API가 현재 환경에 배포되었는지 확인합니다.

(다음에서 상속됨 ArmResource)
CanUseTagResourceAsync(CancellationToken)

TagResource API가 현재 환경에 배포되었는지 확인합니다.

(다음에서 상속됨 ArmResource)
CreateResourceIdentifier(String, String, String, String)

instance 리소스 식별자를 StorageTargetResource 생성합니다.

Delete(WaitUntil, String, CancellationToken)

캐시에서 스토리지 대상을 제거합니다. 이 작업은 언제든지 허용되지만 캐시가 다운되거나 비정상이면 캐시가 다시 정상 상태가 될 때까지 스토리지 대상의 실제 제거가 지연될 수 있습니다. 캐시에 스토리지 대상으로 플러시할 데이터가 있는 경우 스토리지 대상이 삭제되기 전에 데이터가 플러시됩니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}
  • 작업 IdStorageTargets_Delete
DeleteAsync(WaitUntil, String, CancellationToken)

캐시에서 스토리지 대상을 제거합니다. 이 작업은 언제든지 허용되지만 캐시가 다운되거나 비정상이면 캐시가 다시 정상 상태가 될 때까지 스토리지 대상의 실제 제거가 지연될 수 있습니다. 캐시에 스토리지 대상으로 플러시할 데이터가 있는 경우 스토리지 대상이 삭제되기 전에 데이터가 플러시됩니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}
  • 작업 IdStorageTargets_Delete
DnsRefresh(WaitUntil, CancellationToken)

스토리지 대상에 DNS 정보를 새로 고치도록 지시합니다. 요청 경로: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/dnsRefresh 작업 ID: StorageTargets_DnsRefresh

DnsRefreshAsync(WaitUntil, CancellationToken)

스토리지 대상에 DNS 정보를 새로 고치도록 지시합니다. 요청 경로: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/dnsRefresh 작업 ID: StorageTargets_DnsRefresh

Flush(WaitUntil, CancellationToken)

스토리지 대상의 백 엔드 스토리지에 모든 더티 데이터를 쓰도록 캐시에 지시합니다. 이 스토리지 대상의 네임스페이스에 대한 클라이언트 요청은 플러시 작업이 완료될 때까지 오류를 반환합니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/flush
  • 작업 IdStorageTargets_Flush
FlushAsync(WaitUntil, CancellationToken)

스토리지 대상의 백 엔드 스토리지에 모든 더티 데이터를 쓰도록 캐시에 지시합니다. 이 스토리지 대상의 네임스페이스에 대한 클라이언트 요청은 플러시 작업이 완료될 때까지 오류를 반환합니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/flush
  • 작업 IdStorageTargets_Flush
Get(CancellationToken)

캐시에서 스토리지 대상을 반환합니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}
  • 작업 IdStorageTargets_Get
GetAsync(CancellationToken)

캐시에서 스토리지 대상을 반환합니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}
  • 작업 IdStorageTargets_Get
GetAvailableLocations(CancellationToken)

사용 가능한 모든 지리적 위치를 나열합니다.

(다음에서 상속됨 ArmResource)
GetAvailableLocationsAsync(CancellationToken)

사용 가능한 모든 지리적 위치를 나열합니다.

(다음에서 상속됨 ArmResource)
GetManagementLock(String, CancellationToken)

scope 관리 잠금을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • 작업 IdManagementLocks_GetByScope
(다음에서 상속됨 ArmResource)
GetManagementLockAsync(String, CancellationToken)

scope 관리 잠금을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/locks/{lockName}
  • 작업 IdManagementLocks_GetByScope
(다음에서 상속됨 ArmResource)
GetManagementLocks()

ArmResource에서 ManagementLockResources의 컬렉션을 가져옵니다.

(다음에서 상속됨 ArmResource)
GetPolicyAssignment(String, CancellationToken)

이 작업은 이름 및 생성된 scope 지정된 단일 정책 할당을 검색합니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • 작업 IdPolicyAssignments_Get
(다음에서 상속됨 ArmResource)
GetPolicyAssignmentAsync(String, CancellationToken)

이 작업은 이름 및 생성된 scope 지정된 단일 정책 할당을 검색합니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
  • 작업 IdPolicyAssignments_Get
(다음에서 상속됨 ArmResource)
GetPolicyAssignments()

ArmResource에서 PolicyAssignmentResources의 컬렉션을 가져옵니다.

(다음에서 상속됨 ArmResource)
GetPolicyExemption(String, CancellationToken)

이 작업은 이름 및 생성된 scope 지정된 단일 정책 예외를 검색합니다. 요청 경로: /{scope}/providers/Microsoft.Authorization/policyExemptions/{policyExemptionName} 작업 ID: PolicyExemptions_Get

(다음에서 상속됨 ArmResource)
GetPolicyExemptionAsync(String, CancellationToken)

이 작업은 이름 및 생성된 scope 지정된 단일 정책 예외를 검색합니다. 요청 경로: /{scope}/providers/Microsoft.Authorization/policyExemptions/{policyExemptionName} 작업 ID: PolicyExemptions_Get

(다음에서 상속됨 ArmResource)
GetPolicyExemptions()

ArmResource에서 PolicyExemptionResources의 컬렉션을 가져옵니다.

(다음에서 상속됨 ArmResource)
GetTagResource()

ArmResource에서 수행할 수 있는 instance 작업과 함께 TagResource를 나타내는 개체를 가져옵니다.

(다음에서 상속됨 ArmResource)
Invalidate(WaitUntil, CancellationToken)

스토리지 대상에 대해 캐시된 모든 데이터를 무효화합니다. 캐시된 파일은 삭제되고 다음 요청의 백 엔드에서 페치됩니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/invalidate
  • 작업 IdStorageTargets_Invalidate
InvalidateAsync(WaitUntil, CancellationToken)

스토리지 대상에 대해 캐시된 모든 데이터를 무효화합니다. 캐시된 파일은 삭제되고 다음 요청의 백 엔드에서 페치됩니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/invalidate
  • 작업 IdStorageTargets_Invalidate
RefreshDns(WaitUntil, CancellationToken)

스토리지 대상에 DNS 정보를 새로 고치도록 지시합니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/dnsRefresh
  • 작업 IdStorageTargets_DnsRefresh
RefreshDnsAsync(WaitUntil, CancellationToken)

스토리지 대상에 DNS 정보를 새로 고치도록 지시합니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/dnsRefresh
  • 작업 IdStorageTargets_DnsRefresh
RestoreDefaults(WaitUntil, CancellationToken)

스토리지 대상에게 설정을 기본값으로 복원하도록 지시합니다.

  • 요청 경로/구독/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/restoreDefaults
  • 작업 IdStorageTargets_RestoreDefaults
RestoreDefaultsAsync(WaitUntil, CancellationToken)

스토리지 대상에게 설정을 기본값으로 복원하도록 지시합니다.

  • 요청 경로/구독/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/restoreDefaults
  • 작업 IdStorageTargets_RestoreDefaults
Resume(WaitUntil, CancellationToken)

이전에 일시 중단된 스토리지 대상에 대한 클라이언트 액세스를 다시 시작합니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/resume
  • 작업 IdStorageTargets_Resume
ResumeAsync(WaitUntil, CancellationToken)

이전에 일시 중단된 스토리지 대상에 대한 클라이언트 액세스를 다시 시작합니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/resume
  • 작업 IdStorageTargets_Resume
Suspend(WaitUntil, CancellationToken)

스토리지 대상에 대한 클라이언트 액세스를 일시 중단합니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/suspend
  • 작업 IdStorageTargets_Suspend
SuspendAsync(WaitUntil, CancellationToken)

스토리지 대상에 대한 클라이언트 액세스를 일시 중단합니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}/suspend
  • 작업 IdStorageTargets_Suspend
TryGetApiVersion(ResourceType, String)

현재 클라이언트 옵션에 대해 설정된 경우 api 버전 재정의를 가져옵니다.

(다음에서 상속됨 ArmResource)
Update(WaitUntil, StorageTargetData, CancellationToken)

스토리지 대상을 만들거나 업데이트합니다. 이 작업은 언제든지 허용되지만 캐시가 다운되거나 비정상이면 캐시가 다시 정상 상태가 될 때까지 스토리지 대상의 실제 생성/수정이 지연될 수 있습니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}
  • 작업 IdStorageTargets_CreateOrUpdate
UpdateAsync(WaitUntil, StorageTargetData, CancellationToken)

스토리지 대상을 만들거나 업데이트합니다. 이 작업은 언제든지 허용되지만 캐시가 다운되거나 비정상이면 캐시가 다시 정상 상태가 될 때까지 스토리지 대상의 실제 생성/수정이 지연될 수 있습니다.

  • 요청 경로/구독/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/storageTargets/{storageTargetName}
  • 작업 IdStorageTargets_CreateOrUpdate

확장 메서드

GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken)

이름(GUID)으로 역할 정의를 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • 작업 IdRoleDefinitions_Get
GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken)

이름(GUID)으로 역할 정의를 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleDefinitions/{roleDefinitionId}
  • 작업 IdRoleDefinitions_Get
GetAuthorizationRoleDefinitions(ArmResource)

ArmResource에서 AuthorizationRoleDefinitionResources의 컬렉션을 가져옵니다.

GetDenyAssignment(ArmResource, String, CancellationToken)

지정된 거부 할당을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 작업 IdDenyAssignments_Get
GetDenyAssignmentAsync(ArmResource, String, CancellationToken)

지정된 거부 할당을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • 작업 IdDenyAssignments_Get
GetDenyAssignments(ArmResource)

ArmResource에서 DenyAssignmentResources의 컬렉션을 가져옵니다.

GetRoleAssignment(ArmResource, String, String, CancellationToken)

scope 및 이름으로 역할 할당을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • 작업 IdRoleAssignments_Get
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken)

scope 및 이름으로 역할 할당을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
  • 작업 IdRoleAssignments_Get
GetRoleAssignments(ArmResource)

ArmResource에서 RoleAssignmentResources의 컬렉션을 가져옵니다.

GetRoleAssignmentSchedule(ArmResource, String, CancellationToken)

리소스 scope 대해 지정된 역할 할당 일정을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • 작업 IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken)

리소스 scope 대해 지정된 역할 할당 일정을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleAssignmentSchedules/{roleAssignmentScheduleName}
  • 작업 IdRoleAssignmentSchedules_Get
GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken)

지정된 역할 할당 일정 instance 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 작업 IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken)

지정된 역할 할당 일정 instance 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • 작업 IdRoleAssignmentScheduleInstances_Get
GetRoleAssignmentScheduleInstances(ArmResource)

ArmResource에서 RoleAssignmentScheduleInstanceResources의 컬렉션을 가져옵니다.

GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken)

지정된 역할 할당 일정 요청을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • 작업 IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken)

지정된 역할 할당 일정 요청을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleRequests/{roleAssignmentScheduleRequestName}
  • 작업 IdRoleAssignmentScheduleRequests_Get
GetRoleAssignmentScheduleRequests(ArmResource)

ArmResource에서 RoleAssignmentScheduleRequestResources의 컬렉션을 가져옵니다.

GetRoleAssignmentSchedules(ArmResource)

ArmResource에서 RoleAssignmentScheduleResources의 컬렉션을 가져옵니다.

GetRoleEligibilitySchedule(ArmResource, String, CancellationToken)

리소스 scope 대해 지정된 역할 자격 일정을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • 작업 IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken)

리소스 scope 대해 지정된 역할 자격 일정을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleEligibilitySchedules/{roleEligibilityScheduleName}
  • 작업 IdRoleEligibilitySchedules_Get
GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken)

지정된 역할 자격 일정 instance 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • 작업 IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken)

지정된 역할 자격 일정 instance 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleInstances/{roleEligibilityScheduleInstanceName}
  • 작업 IdRoleEligibilityScheduleInstances_Get
GetRoleEligibilityScheduleInstances(ArmResource)

ArmResource에서 RoleEligibilityScheduleInstanceResources의 컬렉션을 가져옵니다.

GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken)

지정된 역할 자격 일정 요청을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • 작업 IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken)

지정된 역할 자격 일정 요청을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleEligibilityScheduleRequests/{roleEligibilityScheduleRequestName}
  • 작업 IdRoleEligibilityScheduleRequests_Get
GetRoleEligibilityScheduleRequests(ArmResource)

ArmResource에서 RoleEligibilityScheduleRequestResources의 컬렉션을 가져옵니다.

GetRoleEligibilitySchedules(ArmResource)

ArmResource에서 RoleEligibilityScheduleResources의 컬렉션을 가져옵니다.

GetRoleManagementPolicies(ArmResource)

ArmResource에서 RoleManagementPolicyResources의 컬렉션을 가져옵니다.

GetRoleManagementPolicy(ArmResource, String, CancellationToken)

리소스 scope 대해 지정된 역할 관리 정책을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 작업 IdRoleManagementPolicies_Get
GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken)

리소스 scope 대해 지정된 역할 관리 정책 할당을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • 작업 IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken)

리소스 scope 대해 지정된 역할 관리 정책 할당을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}
  • 작업 IdRoleManagementPolicyAssignments_Get
GetRoleManagementPolicyAssignments(ArmResource)

ArmResource에서 RoleManagementPolicyAssignmentResources의 컬렉션을 가져옵니다.

GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken)

리소스 scope 대해 지정된 역할 관리 정책을 가져옵니다.

  • 요청 경로/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 작업 IdRoleManagementPolicies_Get
GetSystemAssignedIdentity(ArmResource)

ArmResource에서 수행할 수 있는 instance 작업과 함께 SystemAssignedIdentityResource를 나타내는 개체를 가져옵니다.

GetDiagnosticSetting(ArmResource, String, CancellationToken)

지정된 리소스에 대한 활성 진단 설정을 가져옵니다. 요청 경로: /{resourceUri}/providers/Microsoft.Insights/diagnosticSettings/{name} 작업 ID: DiagnosticSettings_Get

GetDiagnosticSettingAsync(ArmResource, String, CancellationToken)

지정된 리소스에 대한 활성 진단 설정을 가져옵니다. 요청 경로: /{resourceUri}/providers/Microsoft.Insights/diagnosticSettings/{name} 작업 ID: DiagnosticSettings_Get

GetDiagnosticSettings(ArmResource)

ArmResource에서 DiagnosticSettingResources의 컬렉션을 가져옵니다.

GetLinkerResource(ArmResource, String, CancellationToken)

지정된 이름의 링커 리소스를 반환합니다.

  • 요청 경로/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 작업 IdLinker_Get
GetLinkerResourceAsync(ArmResource, String, CancellationToken)

지정된 이름의 링커 리소스를 반환합니다.

  • 요청 경로/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 작업 IdLinker_Get
GetLinkerResources(ArmResource)

ArmResource에서 LinkerResources의 컬렉션을 가져옵니다.

적용 대상