CustomProvidersIdentity Class
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.CustomProviders.Models.CustomProvidersIdentityTypeConverter))]
public class CustomProvidersIdentity : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.ICustomProvidersIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.CustomProvidersIdentityTypeConverter))>]
type CustomProvidersIdentity = class
interface ICustomProvidersIdentity
interface IJsonSerializable
Public Class CustomProvidersIdentity
Implements ICustomProvidersIdentity
- Inheritance
-
CustomProvidersIdentity
- Attributes
- Implements
Constructors
CustomProvidersIdentity() |
Creates an new CustomProvidersIdentity instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomProvidersIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomProvidersIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.ICustomProvidersIdentity. |
FromJsonString(String) |
Creates a new instance of CustomProvidersIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomProvidersIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |