DomainOwnershipIdentifierProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DomainOwnershipIdentifier resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DomainOwnershipIdentifierPropertiesTypeConverter))]
public class DomainOwnershipIdentifierProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDomainOwnershipIdentifierProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Api20231201.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. |