Share via


DomainOwnershipIdentifierProperties Class

Definition

DomainOwnershipIdentifier resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainOwnershipIdentifierPropertiesTypeConverter))]
public class DomainOwnershipIdentifierProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainOwnershipIdentifierPropertiesTypeConverter))>]
type DomainOwnershipIdentifierProperties = class
    interface IDomainOwnershipIdentifierProperties
    interface IJsonSerializable
Public Class DomainOwnershipIdentifierProperties
Implements IDomainOwnershipIdentifierProperties
Inheritance
DomainOwnershipIdentifierProperties
Attributes
Implements

Constructors

DomainOwnershipIdentifierProperties()

Creates an new DomainOwnershipIdentifierProperties instance.

Properties

OwnershipId

Ownership Id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DomainOwnershipIdentifierProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DomainOwnershipIdentifierProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifierProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DomainOwnershipIdentifierProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to