public interface ResourceGroup extends Indexable, Resource, Refreshable<ResourceGroup>, HasInner<com.microsoft.azure.management.resources.implementation.ResourceGroupInner>, Updatable<ResourceGroup.Update>, HasName
Modifier and Type | Interface and Description |
---|---|
static interface |
ResourceGroup.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
ResourceGroup.DefinitionStages
Grouping of all the resource group definition stages.
|
static interface |
ResourceGroup.Update
The template for a resource group update operation, containing all the settings that can be modified.
|
static interface |
ResourceGroup.UpdateStages
Grouping of all the resource group update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
ResourceGroupExportResult |
exportTemplate(ResourceGroupExportTemplateOptions options)
Captures the specified resource group as a template.
|
rx.Observable<ResourceGroupExportResult> |
exportTemplateAsync(ResourceGroupExportTemplateOptions options)
Captures the specified resource group as a template asynchronously.
|
ServiceFuture<ResourceGroupExportResult> |
exportTemplateAsync(ResourceGroupExportTemplateOptions options,
ServiceCallback<ResourceGroupExportResult> callback)
Captures the specified resource group as a template asynchronously.
|
String |
provisioningState() |
region, regionName, tags, type
key
id
name
refresh, refreshAsync
String provisioningState()
ResourceGroupExportResult exportTemplate(ResourceGroupExportTemplateOptions options)
options
- the export optionsrx.Observable<ResourceGroupExportResult> exportTemplateAsync(ResourceGroupExportTemplateOptions options)
options
- the export optionsServiceFuture<ResourceGroupExportResult> exportTemplateAsync(ResourceGroupExportTemplateOptions options, ServiceCallback<ResourceGroupExportResult> callback)
options
- the export optionscallback
- the callback to call on success or failure with result as parameterCopyright © 2019. All rights reserved.