ICloudServiceOSProfile.Secret Property

Definition

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

Applies to