共用方式為


Set-ServiceFabricSecret

{{填入 Synopsis}}

語法

Set-ServiceFabricSecret
   -InsecureValue <String>
   -Name <String>
   -Version <String>
   [-TimeoutSec <Int32>]
   [<CommonParameters>]
Set-ServiceFabricSecret
   -Name <String>
   -SecureValue <SecureString>
   -Version <String>
   [-TimeoutSec <Int32>]
   [<CommonParameters>]
Set-ServiceFabricSecret
   -Secret <Secret[]>
   [-TimeoutSec <Int32>]
   [<CommonParameters>]

Description

{{填入描述}}

範例

範例 1

PS C:\> {{ Add example code here }}

{{ 在這裡新增範例描述 }}

參數

-InsecureValue

{{Fill InsecureValue Description}}

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Name

{{填滿名稱描述}}

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Secret

{{填滿秘密描述}}

類型:Secret[]
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-SecureValue

{{Fill SecureValue Description}}

類型:SecureString
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-TimeoutSec

{{Fill TimeoutSec Description}}

類型:Int32
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Version

{{填滿版本描述}}

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

System.String

System.Fabric.SecretStore.Secret[]

System.Security.SecureString

輸出

System.Object