IConnectedMachineIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ConnectedMachineIdentityTypeConverter))]
public interface IConnectedMachineIdentity : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ConnectedMachineIdentityTypeConverter))>]
type IConnectedMachineIdentity = interface
    interface IJsonSerializable
Public Interface IConnectedMachineIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to