AdDomainServicesIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.AdDomainServicesIdentityTypeConverter))]
public class AdDomainServicesIdentity : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IAdDomainServicesIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.AdDomainServicesIdentityTypeConverter))>]
type AdDomainServicesIdentity = class
interface IAdDomainServicesIdentity
interface IJsonSerializable
Public Class AdDomainServicesIdentity
Implements IAdDomainServicesIdentity
- Inheritance
-
AdDomainServicesIdentity
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AdDomainServicesIdentity() |
Creates an new AdDomainServicesIdentity instance. |
Properties
| Name | Description |
|---|---|
| DomainServiceName |
The name of the domain service. |
| Id |
Resource identity path |
| ResourceGroupName |
The name of the resource group within the user's subscription. The name is case insensitive. |
| SubscriptionId |
Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AdDomainServicesIdentity. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AdDomainServicesIdentity. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IAdDomainServicesIdentity. |
| FromJsonString(String) |
Creates a new instance of AdDomainServicesIdentity, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AdDomainServicesIdentity into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |