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>