public sealed class GetDomainRequest : IMessage<GetDomainRequest>, IEquatable<GetDomainRequest>, IDeepCloneable<GetDomainRequest>, IBufferMessage, IMessageReference documentation and code samples for the Managed Service for Microsoft Active Directory v1 API class GetDomainRequest.
Request message for [GetDomain][google.cloud.managedidentities.v1.GetDomain]
Implements
IMessageGetDomainRequest, IEquatableGetDomainRequest, IDeepCloneableGetDomainRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedIdentities.V1Assembly
Google.Cloud.ManagedIdentities.V1.dll
Constructors
GetDomainRequest()
public GetDomainRequest()GetDomainRequest(GetDomainRequest)
public GetDomainRequest(GetDomainRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetDomainRequest |
Properties
DomainName
public DomainName DomainName { get; set; }DomainName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DomainName |
|
Name
public string Name { get; set; }Required. The domain resource name using the form:
projects/{project_id}/locations/global/domains/{domain_name}
| Property Value | |
|---|---|
| Type | Description |
string |
|