IBlank Interface

Definition

A resource group definition allowing location to be set.

public interface IBlank : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.ResourceManager.Fluent.ResourceGroup.Definition.IWithCreate>
type IBlank = interface
    interface IDefinitionWithRegion<IWithCreate>
Public Interface IBlank
Implements IDefinitionWithRegion(Of IWithCreate)
Derived
Implements

Methods

WithRegion(Region)

Specifies the region for the resource.

(Inherited from IDefinitionWithRegion<T>)
WithRegion(String)

Specifies the region for the resource by name.

(Inherited from IDefinitionWithRegion<T>)

Applies to