Get-AzDiscoveredSecuritySolution
取得 Azure 資訊安全中心探索到的安全性解決方案
語法
Get-AzDiscoveredSecuritySolution
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDiscoveredSecuritySolution
-ResourceGroupName <String>
-Name <String>
-Location <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDiscoveredSecuritySolution
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Azure 資訊安全中心會自動探索安全性解決方案,使用此 Cmdlet 來檢視探索到的安全性解決方案
範例
範例 1
Get-AzDiscoveredSecuritySolution
Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft.Secu
rity/locations/centralus/discoveredSecuritySolutions/ContosoWAF2
Name : ContosoWAF2
Offer :
Publisher : microsoft
SecurityFamily : SaasWaf
Sku :
取得訂用帳戶中所有探索到的安全性解決方案
範例 2
Get-AzDiscoveredSecuritySolution -ResourceGroupName "myService1" -Location "centralus" -Name "ContosoWAF2"
Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft.Secu
rity/locations/centralus/discoveredSecuritySolutions/ContosoWAF2
Name : ContosoWAF2
Offer :
Publisher : microsoft
SecurityFamily : SaasWaf
Sku :
取得特定探索到的安全性解決方案
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Location
位置。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
資源名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
資源組名。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceId
資源標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |