IBlank 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 DNS zone definition allowing to specify the resource group.
public interface IBlank : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroupAndRegion<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroupWithRegion<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Definition.IWithCreate>
type IBlank = interface
interface IWithGroupAndRegion<IWithCreate>
interface IWithExistingResourceGroup<IWithCreate>
interface IWithNewResourceGroupWithRegion<IWithCreate>
interface IWithCreatableResourceGroup<IWithCreate>
Public Interface IBlank
Implements IWithCreatableResourceGroup(Of IWithCreate), IWithExistingResourceGroup(Of IWithCreate), IWithGroupAndRegion(Of IWithCreate), IWithNewResourceGroupWithRegion(Of IWithCreate)
- Derived
- Implements
Methods
WithExistingResourceGroup(IResourceGroup) |
Associates the resource with an existing resource group. (Inherited from IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Associates the resource with an existing resource group. (Inherited from IWithExistingResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Creates a new resource group to put the resource in, based on the definition specified. (Inherited from IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(Region) |
Creates a new resource group to put the resource in. The group will be created in the same location as the resource. The group's name is automatically derived from the resource's name. (Inherited from IWithNewResourceGroupWithRegion<T>) |
WithNewResourceGroup(String, Region) |
Creates a new resource group to put the resource in. The group will be created in the same location as the resource. (Inherited from IWithNewResourceGroupWithRegion<T>) |