IProviderInstanceProperties 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.HanaOnAzure.Models.Api20200207Preview.ProviderInstancePropertiesTypeConverter))]
public interface IProviderInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.ProviderInstancePropertiesTypeConverter))>]
type IProviderInstanceProperties = interface
interface IJsonSerializable
Public Interface IProviderInstanceProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Metadata |
A JSON string containing metadata of the provider instance. |
Property |
A JSON string containing the properties of the provider instance. |
ProvisioningState |
State of provisioning of the provider instance |
Type |
The type of provider instance. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |