AWS SDK for .NET Documentation
CheckDNSAvailabilityResult Class
AmazonAmazon.ElasticBeanstalk.ModelCheckDNSAvailabilityResult Did this page help you?   Yes   No    Tell us about it...
Indicates if the specified CNAME is available.
Declaration Syntax
C#
public class CheckDNSAvailabilityResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CheckDNSAvailabilityResult()()()()
Initializes a new instance of the CheckDNSAvailabilityResult class

Available
Gets and sets the property Available.

Indicates if the specified CNAME is available:

Value

CopyC#
true
: The CNAME is available.

Value

CopyC#
true
: The CNAME is not available.

  • CopyC#
    true
    : The CNAME is available.
  • CopyC#
    false
    : The CNAME is not available.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FullyQualifiedCNAME
Gets and sets the property FullyQualifiedCNAME.

The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAvailable(Boolean) Obsolete.
Sets the Available property

WithFullyQualifiedCNAME(String) Obsolete.
Sets the FullyQualifiedCNAME property

Inheritance Hierarchy
Object
CheckDNSAvailabilityResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)