ICloudServiceOSProfile.Secret Property

Definition

Specifies set of certificates that should be installed onto the role instances.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Specifies set of certificates that should be installed onto the role instances.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceVaultSecretGroup) }, Read=true, ReadOnly=false, Required=false, SerializedName="secrets", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceVaultSecretGroup> Secret { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Specifies set of certificates that should be installed onto the role instances.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceVaultSecretGroup) }, Read=true, ReadOnly=false, Required=false, SerializedName="secrets", Update=true)>]
member this.Secret : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceVaultSecretGroup> with get, set
Public Property Secret As List(Of ICloudServiceVaultSecretGroup)

Property Value

Attributes

Applies to