IUpdatePtrRecordSet 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 entirety of a PTR record set update as a part of parent DNS zone update.
public interface IUpdatePtrRecordSet : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IWithPtrRecordTargetDomainName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate>
type IUpdatePtrRecordSet = interface
interface IWithPtrRecordTargetDomainName
interface IUpdate
interface ISettable<IUpdate>
interface IWithTtl
interface IWithMetadata
interface IWithETagCheck
Public Interface IUpdatePtrRecordSet
Implements ISettable(Of IUpdate), IUpdate, IWithPtrRecordTargetDomainName
- Derived
- Implements
Methods
Parent() | (Inherited from ISettable<ParentT>) |
WithETagCheck() |
Specifies that If-Match header needs to set to the current eTag value associated with the record set. (Inherited from IWithETagCheck) |
WithETagCheck(String) |
Specifies that if-Match header needs to set to the given eTag value. (Inherited from IWithETagCheck) |
WithMetadata(String, String) |
Adds a metadata to the record set. (Inherited from IWithMetadata) |
WithoutMetadata(String) |
Removes a metadata from the record set. (Inherited from IWithMetadata) |
WithoutTargetDomainName(String) |
Removes the CName record with the provided canonical name from this record set. (Inherited from IWithPtrRecordTargetDomainName) |
WithTargetDomainName(String) |
Creates a CName record with the provided canonical name in this record set. (Inherited from IWithPtrRecordTargetDomainName) |
WithTimeToLive(Int64) |
Specifies the TTL for the records in the record set. (Inherited from IWithTtl) |
Applies to
Azure SDK for .NET