你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ICloudServiceOSProfile.Secret Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies set of certificates that should be installed onto the role instances.
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Specifies set of certificates that should be installed onto the role instances.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup) }, ReadOnly=false, Required=false, SerializedName="secrets")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup[] Secret { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Specifies set of certificates that should be installed onto the role instances.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup) }, ReadOnly=false, Required=false, SerializedName="secrets")>]
member this.Secret : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultSecretGroup[] with get, set
Public Property Secret As ICloudServiceVaultSecretGroup()
Property Value
- Attributes