Udostępnij za pośrednictwem


ProviderSpecificProperties Class

Definition

Gets or sets the provider specific properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ProviderSpecificPropertiesTypeConverter))]
public class ProviderSpecificProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IProviderSpecificProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ProviderSpecificPropertiesTypeConverter))>]
type ProviderSpecificProperties = class
    interface IProviderSpecificProperties
    interface IJsonSerializable
Public Class ProviderSpecificProperties
Implements IProviderSpecificProperties
Inheritance
ProviderSpecificProperties
Attributes
Implements

Constructors

ProviderSpecificProperties()

Creates an new ProviderSpecificProperties instance.

Properties

ProviderType

The provider type. For example, the value can be SapHana.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProviderSpecificProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProviderSpecificProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IProviderSpecificProperties. Note: the Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IProviderSpecificProperties interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProviderSpecificProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to