New-AzEventGridStaticDeliveryAttributeMappingObject
建立 StaticDeliveryAttributeMapping 的記憶體內部物件。
語法
New-AzEventGridStaticDeliveryAttributeMappingObject
[-IsSecret <Boolean>]
[-Value <String>]
[-Name <String>]
[<CommonParameters>]
Description
建立 StaticDeliveryAttributeMapping 的記憶體內部物件。
範例
範例 1:建立 StaticDeliveryAttributeMapping 的記憶體內部物件。
New-AzEventGridStaticDeliveryAttributeMappingObject -IsSecret:$true -Name "testName" -Value "testValue"
Name
----
testName
建立 StaticDeliveryAttributeMapping 的記憶體內部物件。
參數
-IsSecret
布林值旗標,指出屬性是否包含敏感性資訊 。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
傳遞屬性或標頭的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Value
傳遞屬性的值。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |