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

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

Creates one of the following entry records associated with the domain: A record, CNAME record, TXT record, or MX record.
/// 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 CreateDomainEntry ( CreateDomainEntryRequest request ) : CreateDomainEntryResponse
request Amazon.Lightsail.Model.CreateDomainEntryRequest Container for the necessary parameters to execute the CreateDomainEntry service method.
Результат Amazon.Lightsail.Model.CreateDomainEntryResponse
        public CreateDomainEntryResponse CreateDomainEntry(CreateDomainEntryRequest request)
        {
            var marshaller = new CreateDomainEntryRequestMarshaller();
            var unmarshaller = CreateDomainEntryResponseUnmarshaller.Instance;

            return Invoke<CreateDomainEntryRequest,CreateDomainEntryResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient