IResourceGroups Interface

Definition

Entry point to resource group management API.

public interface IResourceGroups : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBeginDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ResourceManager.Fluent.ResourceGroup.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByTag<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup>
type IResourceGroups = interface
    interface ISupportsListing<IResourceGroup>
    interface ISupportsListingByTag<IResourceGroup>
    interface ISupportsGettingByName<IResourceGroup>
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingByName
    interface ISupportsBeginDeletingByName
    interface ISupportsBatchCreation<IResourceGroup>
Public Interface IResourceGroups
Implements ISupportsBatchCreation(Of IResourceGroup), ISupportsBeginDeletingByName, ISupportsCreating(Of IBlank), ISupportsDeletingByName, ISupportsGettingByName(Of IResourceGroup), ISupportsListing(Of IResourceGroup), ISupportsListingByTag(Of IResourceGroup)
Implements

Methods

BeginDeleteByName(String)

Begins deleting a resource from Azure, identifying it by its resource name. The resource will stay until get() returns null.

(Inherited from ISupportsBeginDeletingByName)
BeginDeleteByNameAsync(String, CancellationToken)

Begins deleting a resource from Azure, identifying it by its resource name. The resource will stay until get() returns null.

(Inherited from ISupportsBeginDeletingByName)
CheckExistence(String)
Obsolete.

Checks whether resource group exists.

CheckExistenceAsync(String, CancellationToken)
Obsolete.

Checks whether resource group exists.

Contain(String)

Checks whether resource group exists.

ContainAsync(String, CancellationToken)

Checks whether resource group exists.

Create(ICreatable<IFluentResourceT>[])

Creates a set (batch) of resources.

(Inherited from ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

Creates a set (batch) of resources.

(Inherited from ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

Creates a set (batch) of resources.

(Inherited from ISupportsBatchCreation<IFluentResourceT>)
Define(String) (Inherited from ISupportsCreating<T>)
DeleteByName(String)

Deletes a resource from Azure, identifying it by its resource name.

(Inherited from ISupportsDeletingByName)
DeleteByName(String, String)

Deletes a resource from Azure, identifying it by its resource name.

DeleteByNameAsync(String, CancellationToken)

Deletes a resource asynchronously from Azure, identifying it by its resource name.

(Inherited from ISupportsDeletingByName)
DeleteByNameAsync(String, String, CancellationToken)

Deletes a resource asynchronously from Azure, identifying it by its resource name.

GetByName(String)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
List()

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListByTag(String, String)

Lists all the resources with the specified tag.

(Inherited from ISupportsListingByTag<T>)
ListByTagAsync(String, String, Boolean, CancellationToken)

Lists all the resources with the specified tag.

(Inherited from ISupportsListingByTag<T>)

Applies to