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