ResourceGroup Interface
Implements
public interface ResourceGroup
extends Indexable, Resource, Refreshable<ResourceGroup>, HasInner<com.microsoft.azure.management.resources.implementation.ResourceGroupInner>, Updatable<Update>, HasName
An immutable client-side representation of an Azure resource group.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Resource |
exportTemplate(ResourceGroupExportTemplateOptions options)
Captures the specified resource group as a template. |
abstract
rx.Observable<Resource |
exportTemplateAsync(ResourceGroupExportTemplateOptions options)
Captures the specified resource group as a template asynchronously. |
abstract
com.microsoft.rest.ServiceFuture<Resource |
exportTemplateAsync(ResourceGroupExportTemplateOptions options, ServiceCallback<ResourceGroupExportResult> callback)
Captures the specified resource group as a template asynchronously. |
abstract java.lang.String | provisioningState() |
Method Details
exportTemplate
public abstract ResourceGroupExportResult exportTemplate(ResourceGroupExportTemplateOptions options)
Captures the specified resource group as a template.
Parameters:
Returns:
exportTemplateAsync
public abstract Observable
Captures the specified resource group as a template asynchronously.
Parameters:
Returns:
exportTemplateAsync
public abstract ServiceFuture
Captures the specified resource group as a template asynchronously.
Parameters:
Returns:
provisioningState
public abstract String provisioningState()
Returns:
Applies to
Azure SDK for Java