IWithAaaaRecordIPv6AddressOrAttachable<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the AAAA record set definition allowing to add additional A records or attach the record set to the parent.
public interface IWithAaaaRecordIPv6AddressOrAttachable<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithAaaaRecordIPv6Address<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithETagCheck<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithMetadata<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithTtl<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAaaaRecordIPv6AddressOrAttachable<'ParentT> = interface
interface IWithAaaaRecordIPv6Address<'ParentT>
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithTtl<'ParentT>
interface IWithMetadata<'ParentT>
interface IWithETagCheck<'ParentT>
Public Interface IWithAaaaRecordIPv6AddressOrAttachable(Of ParentT)
Implements IInUpdate(Of ParentT), IWithAaaaRecordIPv6Address(Of ParentT), IWithAttach(Of ParentT), IWithETagCheck(Of ParentT), IWithMetadata(Of ParentT), IWithTtl(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
Attach() | (Inherited from IInUpdate<ParentT>) |
WithETagCheck() |
Specifies that If-None-Match header needs to set to to prevent updating an existing record set. (Inherited from IWithETagCheck<ParentT>) |
WithIPv6Address(String) |
Creates an AAAA record with the provided IPv6 address in this record set. (Inherited from IWithAaaaRecordIPv6Address<ParentT>) |
WithMetadata(String, String) |
Adds a tag to the resource. (Inherited from IWithMetadata<ParentT>) |
WithTimeToLive(Int64) |
Specifies the TTL for the records in the record set. (Inherited from IWithTtl<ParentT>) |
Applies to
Azure SDK for .NET