IWithAttach<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 final stage of the DNS zone record set definition. At this stage, any remaining optional settings can be specified, or the DNS zone record set definition can be attached to the parent traffic manager profile definition using DnsRecordSet.DefinitionStages.WithAttach.attach().
public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithETagCheck<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithMetadata<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithTtl<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
interface IInDefinition<'ParentT>
interface IWithTtl<'ParentT>
interface IWithMetadata<'ParentT>
interface IWithETagCheck<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(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 IInDefinition<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 metadata to the resource. (Inherited from IWithMetadata<ParentT>) |
WithTimeToLive(Int64) |
Specifies the Time To Live for the records in the record set. (Inherited from IWithTtl<ParentT>) |
Applies to
Azure SDK for .NET