IProviderHubIdentity 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.ProviderHub.Models.ProviderHubIdentityTypeConverter))]
public interface IProviderHubIdentity : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.ProviderHubIdentityTypeConverter))>]
type IProviderHubIdentity = interface
interface IJsonSerializable
Public Interface IProviderHubIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |