Get-AzDataCollectionRuleAssociation
指定した関連付けを返します。
構文
Get-AzDataCollectionRuleAssociation
-ResourceUri <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDataCollectionRuleAssociation
-AssociationName <String>
-ResourceUri <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDataCollectionRuleAssociation
-InputObject <IDataCollectionRuleIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDataCollectionRuleAssociation
-DataCollectionRuleName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDataCollectionRuleAssociation
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
-DataCollectionEndpointName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
説明
指定した関連付けを返します。
例
例 1: 指定されたリソース URI を使用してデータ収集規則の関連付けを一覧表示する
Get-AzDataCollectionRuleAssociation -ResourceUri /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/amcs-test/providers/microsoft.compute/virtualmachines/monitortestvm01
Etag Name ResourceGroupName
---- ---- -----------------
"d500d29e-0000-0100-0000-650d68490000" myCollectionRule1-association amcs-test
"20017ecf-0000-0100-0000-651147350000" myCollectionRule2-association1 amcs-test
このコマンドは、指定されたリソース URI との特定のデータ収集規則の関連付けの一覧を取得します。
例 2: 指定されたリソース URI と関連付け名を使用して、特定のデータ収集規則の関連付けを取得する
Get-AzDataCollectionRuleAssociation -ResourceUri /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/amcs-test/providers/microsoft.compute/virtualmachines/monitortestvm01 -AssociationName myCollectionRule2-association1
DataCollectionEndpointId :
DataCollectionRuleId : /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/AMCS-TEST/providers/Microsoft.Insights/dataCollectionRules/myCollectionRule2
Description :
Etag : "20017ecf-0000-0100-0000-651147350000"
Id : /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/amcs-test/providers/microsoft.compute/virtualmachines/monitortestvm01/providers/Microsof
t.Insights/dataCollectionRuleAssociations/myCollectionRule2-association1
MetadataProvisionedBy :
MetadataProvisionedByResourceId :
Name : myCollectionRule2-association1
ProvisioningState :
ResourceGroupName : amcs-test
SystemDataCreatedAt : 9/25/2023 8:39:15 AM
SystemDataCreatedBy : v-jiaji@microsoft.com
SystemDataCreatedByType : User
SystemDataLastModifiedAt : 9/25/2023 8:39:15 AM
SystemDataLastModifiedBy : v-jiaji@microsoft.com
SystemDataLastModifiedByType : User
Type : Microsoft.Insights/dataCollectionRuleAssociations
このコマンドは、指定されたリソース URI との特定のデータ収集規則の関連付けを取得します。
例 3: 指定したリソース グループとの特定のデータ収集規則の関連付けを取得する
Get-AzDataCollectionRuleAssociation -DataCollectionRuleName myCollectionRule1 -ResourceGroupName AMCS-Test
DataCollectionEndpointId :
DataCollectionRuleId : /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/amcs-test/providers/microsoft.insights/datacollectionrules/mycollectionrule1
Description :
Etag :
Id : /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/amcs-test/providers/microsoft.compute/virtualmachines/monitortestvm01/providers/microsof
t.insights/datacollectionruleassociations/mycollectionrule1-association
MetadataProvisionedBy :
MetadataProvisionedByResourceId :
Name : mycollectionrule1-association
ProvisioningState :
ResourceGroupName : amcs-test
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Insights/dataCollectionRuleAssociations
このコマンドは、指定されたデータ収集規則とのデータ収集規則の関連付けのリストを取得します。
例 4: 指定されたデータ収集エンドポイントとのデータ収集エンドポイントの関連付けを一覧表示する
Get-AzDataCollectionRuleAssociation -DataCollectionEndpointName myCollectionEndpoint -ResourceGroupName AMCS-Test
Etag Name ResourceGroupName
---- ---- -----------------
"21017484-0000-0100-0000-6511505c0000" configurationAccessEndpoint amcs-test
"210182a5-0000-0100-0000-6511520c0000" configurationAccessEndpoint azsecpack-rg
このコマンドは、指定されたデータ収集エンドポイントとの特定のデータ収集規則の関連付けの一覧を取得します。
パラメーター
-AssociationName
アソシエーションの名前。 名前の大文字と小文字は区別されます。
型: | String |
Aliases: | Name |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-DataCollectionEndpointName
データ収集エンドポイントの名前。 名前の大文字と小文字は区別されます。
型: | String |
Aliases: | EndpointName |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-DataCollectionRuleName
データ収集規則の名前。 名前の大文字と小文字は区別されます。
型: | String |
Aliases: | RuleName |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
DefaultProfile パラメーターは機能しません。 別のサブスクリプションに対してコマンドレットを実行する場合は、使用可能な場合は SubscriptionId パラメーターを使用します。
型: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-InputObject
IDENTITY パラメーター
型: | IDataCollectionRuleIdentity |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-ResourceGroupName
リソース グループの名前。 名前の大文字と小文字は区別されます。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ResourceUri
リソースの識別子。
型: | String |
Aliases: | TargetResourceId |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-SubscriptionId
ターゲット サブスクリプションの ID。
型: | String[] |
配置: | Named |
規定値: | (Get-AzContext).Subscription.Id |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
入力
出力
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell