Share via


IWithPtrRecordTargetDomainNameOrAttachable<ParentT> Interface

Definition

The stage of the PTR record set definition allowing to add additional PTR records or attach the record set to the parent.

public interface IWithPtrRecordTargetDomainNameOrAttachable<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.IWithPtrRecordTargetDomainName<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithTtl<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithPtrRecordTargetDomainNameOrAttachable<'ParentT> = interface
    interface IWithPtrRecordTargetDomainName<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
    interface IWithTtl<'ParentT>
    interface IWithMetadata<'ParentT>
    interface IWithETagCheck<'ParentT>
Public Interface IWithPtrRecordTargetDomainNameOrAttachable(Of ParentT)
Implements IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithETagCheck(Of ParentT), IWithMetadata(Of ParentT), IWithPtrRecordTargetDomainName(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>)
WithMetadata(String, String)

Adds a tag to the resource.

(Inherited from IWithMetadata<ParentT>)
WithTargetDomainName(String)

Creates a PTR record with the provided target domain name in this record set.

(Inherited from IWithPtrRecordTargetDomainName<ParentT>)
WithTimeToLive(Int64)

Specifies the TTL for the records in the record set.

(Inherited from IWithTtl<ParentT>)

Applies to