Compartir a través de


AssociationProperties Class

Definition

The properties of the association.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.AssociationPropertiesTypeConverter))]
public class AssociationProperties : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.IAssociationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.AssociationPropertiesTypeConverter))>]
type AssociationProperties = class
    interface IAssociationProperties
    interface IJsonSerializable
Public Class AssociationProperties
Implements IAssociationProperties
Inheritance
AssociationProperties
Attributes
Implements

Constructors

AssociationProperties()

Creates an new AssociationProperties instance.

Properties

ProvisioningState

The provisioning state of the association.

TargetResourceId

The REST resource instance of the target resource for this association.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AssociationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AssociationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.IAssociationProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AssociationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to