C# Class Amazon.Route53.Model.ResourceRecord

A complex type that contains the value of the Value element for the current resource record set.

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
ResourceRecord ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ResourceRecord ( string value ) : System

Instantiates ResourceRecord with the parameterized properties

Private Methods

Méthode Description
IsSetValue ( ) : bool

Method Details

ResourceRecord() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public ResourceRecord ( ) : System
Résultat System

ResourceRecord() public méthode

Instantiates ResourceRecord with the parameterized properties
public ResourceRecord ( string value ) : System
value string The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. You can specify more than one value for all record types except CNAME and SOA. If you are creating an alias resource record set, omit Value.
Résultat System