Megosztás a következőn keresztül:


ConnectedMachineIdentity Class

Definition

[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

ExtensionName

The name of the machine extension.

ExtensionType

The extensionType of the Extension being received.

GroupName

The name of the private link resource.

Id

Resource identity path

LicenseName
LicenseProfileName
Location

The location of the Extension being received.

MachineName

The name of the hybrid machine.

MetadataName
Name

The name of the hybrid machine.

OSType
PerimeterName
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
RunCommandName
ScopeName

The name of the Azure Arc PrivateLinkScope 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()

Applies to