IGuestConfigurationAssignment.GuestConfigurationContentType 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 the content type of the configuration. Possible values could be Builtin or Custom.
[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="Specifies the content type of the configuration. Possible values could be Builtin or Custom.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="contentType", Update=false)]
public string GuestConfigurationContentType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="Specifies the content type of the configuration. Possible values could be Builtin or Custom.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="contentType", Update=false)>]
member this.GuestConfigurationContentType : string
Public ReadOnly Property GuestConfigurationContentType As String
Property Value
- Attributes