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