IGuestConfigurationIdentity Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.GuestConfigurationIdentityTypeConverter))]
public interface IGuestConfigurationIdentity : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.GuestConfigurationIdentityTypeConverter))>]
type IGuestConfigurationIdentity = interface
interface IJsonSerializable
Public Interface IGuestConfigurationIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
GuestConfigurationAssignmentName |
Name of the guest configuration assignment. |
Id |
Resource identity path |
MachineName |
The name of the ARC machine. |
Name |
The guest configuration assignment name. |
ReportId |
The GUID for the guest configuration assignment report. |
ResourceGroupName |
The resource group name. |
SubscriptionId |
Subscription ID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
VMName |
The name of the virtual machine. |
VmssName |
The name of the virtual machine scale set. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |