ConnectedMachineIdentity Class
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.ConnectedMachine.Models.ConnectedMachineIdentityTypeConverter))]
public class ConnectedMachineIdentity : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ConnectedMachineIdentityTypeConverter))>]
type ConnectedMachineIdentity = class
interface IConnectedMachineIdentity
interface IJsonSerializable
Public Class ConnectedMachineIdentity
Implements IConnectedMachineIdentity
- Inheritance
-
ConnectedMachineIdentity
- Attributes
- Implements
Constructors
ConnectedMachineIdentity() |
Creates an new ConnectedMachineIdentity instance. |
Properties
BaseProvider |
The name of the base Resource Provider. |
BaseResourceName |
The name of the base resource. |
BaseResourceType |
The name of the base Resource Type. |
ExtensionName |
The name of the machine extension. |
ExtensionType |
The extensionType of the Extension being received. |
GatewayName |
The name of the Gateway. |
GroupName |
The name of the private link resource. |
Id |
Resource identity path |
LicenseName |
The name of the license. |
LicenseProfileName |
The name of the license profile. |
Location |
The location of the Extension being received. |
MachineName |
The name of the hybrid machine. |
MetadataName |
Name of the HybridIdentityMetadata. |
Name |
The name of the hybrid machine. |
OSType |
Defines the os type. |
PerimeterName |
The name, in the format {perimeterGuid}.{associationName}, of the Network Security Perimeter resource. |
PrivateEndpointConnectionName |
The name of the private endpoint connection. |
PrivateLinkScopeId |
The id (Guid) of the Azure Arc PrivateLinkScope resource. |
Publisher |
The publisher of the Extension being received. |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
ResourceUri |
The fully qualified Azure Resource manager identifier of the resource to be connected. |
RunCommandName |
The name of the run command. |
ScopeName |
The name of the Azure Arc PrivateLinkScope resource. |
SettingsResourceName |
The name of the settings resource. |
SubscriptionId |
The ID of the target subscription. |
Version |
The version of the Extension being received. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectedMachineIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectedMachineIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConnectedMachineIdentity. |
FromJsonString(String) |
Creates a new instance of ConnectedMachineIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectedMachineIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |