Freigeben über


AzureSubscriptionProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.AzureSubscriptionPropertiesTypeConverter))]
public class AzureSubscriptionProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IAzureSubscriptionProperties, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.AzureSubscriptionPropertiesTypeConverter))>]
type AzureSubscriptionProperties = class
    interface IAzureSubscriptionProperties
    interface IJsonSerializable
    interface IDataSourceProperties
    interface IValidates
Public Class AzureSubscriptionProperties
Implements IAzureSubscriptionProperties, IValidates
Inheritance
AzureSubscriptionProperties
Attributes
Implements

Constructors

Name Description
AzureSubscriptionProperties()

Creates an new AzureSubscriptionProperties instance.

Properties

Name Description
CollectionLastModifiedAt
CollectionReferenceName
CollectionType
CreatedAt
LastModifiedAt
SubscriptionId

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureSubscriptionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureSubscriptionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.IAzureSubscriptionProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureSubscriptionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to