IProviderInstance Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.ProviderInstanceTypeConverter))]
public interface IProviderInstance : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api10.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.ProviderInstanceTypeConverter))>]
type IProviderInstance = interface
    interface IJsonSerializable
    interface IResource
Public Interface IProviderInstance
Implements IResource
Derived
Attributes
Implements

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
Metadata

A JSON string containing metadata of the provider instance.

Name

The name of the resource

(Inherited from IResource)
PropertiesType

The type of provider instance.

ProviderInstanceProperty

A JSON string containing the properties of the provider instance.

ProvisioningState

State of provisioning of the provider instance

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to