Amazon.Lightsail.AmazonLightsailClient.GetDomain C# (CSharp) Метод

GetDomain() публичный Метод

Returns information about a specific domain recordset.
/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetDomain ( GetDomainRequest request ) : GetDomainResponse
request Amazon.Lightsail.Model.GetDomainRequest Container for the necessary parameters to execute the GetDomain service method.
Результат Amazon.Lightsail.Model.GetDomainResponse
        public GetDomainResponse GetDomain(GetDomainRequest request)
        {
            var marshaller = new GetDomainRequestMarshaller();
            var unmarshaller = GetDomainResponseUnmarshaller.Instance;

            return Invoke<GetDomainRequest,GetDomainResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient