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