IGuestConfigurationAssignment.GuestConfigurationContentUri 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.
Uri of the storage where guest configuration package is uploaded.
[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=true, Description="Uri of the storage where guest configuration package is uploaded.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="contentUri", Update=true)]
public string GuestConfigurationContentUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=true, Description="Uri of the storage where guest configuration package is uploaded.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="contentUri", Update=true)>]
member this.GuestConfigurationContentUri : string with get, set
Public Property GuestConfigurationContentUri As String
Property Value
- Attributes