Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IConnectedMachineIdentity Interface
Definition
- Assembly:
- Az.ConnectedMachine.private.dll
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 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
| Name | Description |
|---|---|
| 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. |
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
