Compartir a través de


DomainOwnershipIdentifier Class

Definition

Domain ownership Identifier.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainOwnershipIdentifierTypeConverter))]
public class DomainOwnershipIdentifier : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDomainOwnershipIdentifier, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DomainOwnershipIdentifierTypeConverter))>]
type DomainOwnershipIdentifier = class
    interface IDomainOwnershipIdentifier
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class DomainOwnershipIdentifier
Implements IDomainOwnershipIdentifier, IValidates
Inheritance
DomainOwnershipIdentifier
Attributes
Implements

Constructors

DomainOwnershipIdentifier()

Creates an new DomainOwnershipIdentifier instance.

Properties

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

OwnershipId

Ownership Id.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DomainOwnershipIdentifier.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DomainOwnershipIdentifier.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DomainOwnershipIdentifier into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to