IDeviceUpdateIdentity 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.DeviceUpdate.Models.DeviceUpdateIdentityTypeConverter))]
public interface IDeviceUpdateIdentity : Microsoft.Azure.PowerShell.Cmdlets.DeviceUpdate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceUpdate.Models.DeviceUpdateIdentityTypeConverter))>]
type IDeviceUpdateIdentity = interface
interface IJsonSerializable
Public Interface IDeviceUpdateIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AccountName |
Account name. |
| GroupId |
The group ID of the private link resource. |
| Id |
Resource identity path |
| InstanceName |
Instance name. |
| PrivateEndpointConnectionName |
The name of the private endpoint connection associated with the Azure resource |
| PrivateEndpointConnectionProxyId |
The ID of the private endpoint connection proxy object. |
| ResourceGroupName |
The resource group name. |
| SubscriptionId |
The Azure subscription ID. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |