Share via


ProviderHubIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.ProviderHubIdentityTypeConverter))]
public class ProviderHubIdentity : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.IProviderHubIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.ProviderHubIdentityTypeConverter))>]
type ProviderHubIdentity = class
    interface IProviderHubIdentity
    interface IJsonSerializable
Public Class ProviderHubIdentity
Implements IProviderHubIdentity
Inheritance
ProviderHubIdentity
Attributes
Implements

Constructors

ProviderHubIdentity()

Creates an new ProviderHubIdentity instance.

Properties

Id

Resource identity path

NestedResourceTypeFirst

The first child resource type.

NestedResourceTypeSecond

The second child resource type.

NestedResourceTypeThird

The third child resource type.

NotificationRegistrationName

The notification registration.

ProviderNamespace

The name of the resource provider hosted within ProviderHub.

ResourceType

The resource type.

RolloutName

The rollout name.

Sku

The SKU.

SubscriptionId

The ID of the target subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProviderHubIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProviderHubIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.IProviderHubIdentity.

FromJsonString(String)

Creates a new instance of ProviderHubIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProviderHubIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to