ComponentPolicyStates interface
ComponentPolicyStates를 나타내는 인터페이스입니다.
메서드
메서드 세부 정보
listQueryResultsForPolicyDefinition(string, string, string, ComponentPolicyStatesListQueryResultsForPolicyDefinitionOptionalParams)
구독 수준 정책 정의에 대한 구성 요소 정책 상태를 쿼리합니다.
function listQueryResultsForPolicyDefinition(subscriptionId: string, policyDefinitionName: string, componentPolicyStatesResource: string, options?: ComponentPolicyStatesListQueryResultsForPolicyDefinitionOptionalParams): Promise<ComponentPolicyStatesQueryResults>
매개 변수
- subscriptionId
-
string
Microsoft Azure 구독 ID입니다.
- policyDefinitionName
-
string
정책 정의 이름입니다.
- componentPolicyStatesResource
-
string
ComponentPolicyStates 리소스 형식 아래의 가상 리소스입니다. 지정된 시간 범위에서 'latest'는 최신 구성 요소 정책 상태를 나타냅니다.
옵션 매개 변수입니다.
반환
Promise<ComponentPolicyStatesQueryResults>
listQueryResultsForResource(string, string, ComponentPolicyStatesListQueryResultsForResourceOptionalParams)
리소스에 대한 구성 요소 정책 상태를 쿼리합니다.
function listQueryResultsForResource(resourceId: string, componentPolicyStatesResource: string, options?: ComponentPolicyStatesListQueryResultsForResourceOptionalParams): Promise<ComponentPolicyStatesQueryResults>
매개 변수
- resourceId
-
string
리소스 ID입니다.
- componentPolicyStatesResource
-
string
ComponentPolicyStates 리소스 형식 아래의 가상 리소스입니다. 지정된 시간 범위에서 'latest'는 최신 구성 요소 정책 상태를 나타냅니다.
옵션 매개 변수입니다.
반환
Promise<ComponentPolicyStatesQueryResults>
listQueryResultsForResourceGroup(string, string, string, ComponentPolicyStatesListQueryResultsForResourceGroupOptionalParams)
리소스 그룹 범위에서 구성 요소 정책 상태를 쿼리합니다.
function listQueryResultsForResourceGroup(subscriptionId: string, resourceGroupName: string, componentPolicyStatesResource: string, options?: ComponentPolicyStatesListQueryResultsForResourceGroupOptionalParams): Promise<ComponentPolicyStatesQueryResults>
매개 변수
- subscriptionId
-
string
Microsoft Azure 구독 ID입니다.
- resourceGroupName
-
string
리소스 그룹 이름입니다.
- componentPolicyStatesResource
-
string
ComponentPolicyStates 리소스 형식 아래의 가상 리소스입니다. 지정된 시간 범위에서 'latest'는 최신 구성 요소 정책 상태를 나타냅니다.
옵션 매개 변수입니다.
반환
Promise<ComponentPolicyStatesQueryResults>
listQueryResultsForResourceGroupLevelPolicyAssignment(string, string, string, string, ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams)
리소스 그룹 수준 정책 할당에 대한 구성 요소 정책 상태를 쿼리합니다.
function listQueryResultsForResourceGroupLevelPolicyAssignment(subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, componentPolicyStatesResource: string, options?: ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams): Promise<ComponentPolicyStatesQueryResults>
매개 변수
- subscriptionId
-
string
Microsoft Azure 구독 ID입니다.
- resourceGroupName
-
string
리소스 그룹 이름입니다.
- policyAssignmentName
-
string
정책 할당 이름입니다.
- componentPolicyStatesResource
-
string
ComponentPolicyStates 리소스 형식 아래의 가상 리소스입니다. 지정된 시간 범위에서 'latest'는 최신 구성 요소 정책 상태를 나타냅니다.
옵션 매개 변수입니다.
반환
Promise<ComponentPolicyStatesQueryResults>
listQueryResultsForSubscription(string, string, ComponentPolicyStatesListQueryResultsForSubscriptionOptionalParams)
구독 범위에서 구성 요소 정책 상태를 쿼리합니다.
function listQueryResultsForSubscription(subscriptionId: string, componentPolicyStatesResource: string, options?: ComponentPolicyStatesListQueryResultsForSubscriptionOptionalParams): Promise<ComponentPolicyStatesQueryResults>
매개 변수
- subscriptionId
-
string
Microsoft Azure 구독 ID입니다.
- componentPolicyStatesResource
-
string
ComponentPolicyStates 리소스 형식 아래의 가상 리소스입니다. 지정된 시간 범위에서 'latest'는 최신 구성 요소 정책 상태를 나타냅니다.
옵션 매개 변수입니다.
반환
Promise<ComponentPolicyStatesQueryResults>
listQueryResultsForSubscriptionLevelPolicyAssignment(string, string, string, ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams)
구독 수준 정책 할당에 대한 구성 요소 정책 상태를 쿼리합니다.
function listQueryResultsForSubscriptionLevelPolicyAssignment(subscriptionId: string, policyAssignmentName: string, componentPolicyStatesResource: string, options?: ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams): Promise<ComponentPolicyStatesQueryResults>
매개 변수
- subscriptionId
-
string
Microsoft Azure 구독 ID입니다.
- policyAssignmentName
-
string
정책 할당 이름입니다.
- componentPolicyStatesResource
-
string
ComponentPolicyStates 리소스 형식 아래의 가상 리소스입니다. 지정된 시간 범위에서 'latest'는 최신 구성 요소 정책 상태를 나타냅니다.
옵션 매개 변수입니다.
반환
Promise<ComponentPolicyStatesQueryResults>