Share via


ICustomProvidersIdentity Interface

Definition

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

Properties

AssociationName

The name of the association.

Id

Resource identity path

ResourceGroupName

The name of the resource group.

ResourceProviderName

The name of the resource provider.

Scope

The scope of the association. The scope can be any valid REST resource instance. For example, use '/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/Microsoft.Compute/virtualMachines/{vm-name}' for a virtual machine resource.

SubscriptionId

The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to