IWithCreate 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 definition which contains all the minimum required inputs for the resource to be created (via WithCreate.create()), but also allows for any other optional settings to be specified.
public interface IWithCreate : Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithETagCheck, Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithRecordSet, Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithZoneType, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Dns.Fluent.IDnsZone>
type IWithCreate = interface
interface ICreatable<IDnsZone>
interface IIndexable
interface IWithRecordSet
interface IWithETagCheck
interface IWithZoneType
interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements ICreatable(Of IDnsZone), IDefinitionWithTags(Of IWithCreate), IWithETagCheck, IWithRecordSet, IWithZoneType
- Derived
- Implements
Properties
Key | (Inherited from IIndexable) |
Name |
Gets the name of the creatable resource. (Inherited from ICreatable<T>) |
Methods
Create() |
Execute the create request. (Inherited from ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. (Inherited from ICreatable<T>) |
DefineAaaaRecordSet(String) |
Specifies definition of an AAAA record set. (Inherited from IWithRecordSet) |
DefineARecordSet(String) |
Specifies definition of an A record set. (Inherited from IWithRecordSet) |
DefineCaaRecordSet(String) |
Specifies definition of a Caa record set. (Inherited from IWithRecordSet) |
DefineCNameRecordSet(String) |
Specifies definition of a CNAME record set. (Inherited from IWithRecordSet) |
DefineMXRecordSet(String) |
Specifies definition of a MX record set. (Inherited from IWithRecordSet) |
DefineNSRecordSet(String) |
Specifies definition of an NS record set. (Inherited from IWithRecordSet) |
DefinePtrRecordSet(String) |
Specifies definition of a PTR record set. (Inherited from IWithRecordSet) |
DefineSrvRecordSet(String) |
Specifies definition of a SRV record set. (Inherited from IWithRecordSet) |
DefineTxtRecordSet(String) |
Specifies definition of a TXT record set. (Inherited from IWithRecordSet) |
WithCNameRecordSet(String, String) |
Specifies definition of a CNAME record set. (Inherited from IWithRecordSet) |
WithETagCheck() |
Specifies that If-None-Match header needs to set to to prevent updating an existing DNS zone. (Inherited from IWithETagCheck) |
WithPrivateAccess() |
Sets the type of this zone to Private. (Inherited from IWithZoneType) |
WithPrivateAccess(IList<String>, IList<String>) |
Sets the type of this zone to Private. (Inherited from IWithZoneType) |
WithPublicAccess() |
Sets the type of this zone to Public (default behavior). (Inherited from IWithZoneType) |
WithTag(String, String) |
Adds a tag to the resource. (Inherited from IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
Specifies tags for the resource as a {@link Map}. (Inherited from IDefinitionWithTags<T>) |
Applies to
Azure SDK for .NET