82 строки
10 KiB
YAML
82 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.ResourceGroup"
|
|
fullName: "com.microsoft.azure.management.resources.ResourceGroup"
|
|
name: "ResourceGroup"
|
|
nameWithType: "ResourceGroup"
|
|
summary: "An immutable client-side representation of an Azure resource group."
|
|
syntax: "public interface **ResourceGroup**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.Resource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.implementation.ResourceGroupInner?alt=com.microsoft.azure.management.resources.implementation.ResourceGroupInner&text=ResourceGroupInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.ResourceGroup.Update?alt=com.microsoft.azure.management.resources.ResourceGroup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.ResourceGroup.exportTemplate(com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions)"
|
|
fullName: "com.microsoft.azure.management.resources.ResourceGroup.exportTemplate(ResourceGroupExportTemplateOptions options)"
|
|
name: "exportTemplate(ResourceGroupExportTemplateOptions options)"
|
|
nameWithType: "ResourceGroup.exportTemplate(ResourceGroupExportTemplateOptions options)"
|
|
summary: "Captures the specified resource group as a template."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the export options"
|
|
name: "options"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions?alt=com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions&text=ResourceGroupExportTemplateOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract ResourceGroupExportResult exportTemplate(ResourceGroupExportTemplateOptions options)"
|
|
desc: "Captures the specified resource group as a template."
|
|
returns:
|
|
description: "the exported template result"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroupExportResult?alt=com.microsoft.azure.management.resources.ResourceGroupExportResult&text=ResourceGroupExportResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.ResourceGroup.exportTemplateAsync(com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions)"
|
|
fullName: "com.microsoft.azure.management.resources.ResourceGroup.exportTemplateAsync(ResourceGroupExportTemplateOptions options)"
|
|
name: "exportTemplateAsync(ResourceGroupExportTemplateOptions options)"
|
|
nameWithType: "ResourceGroup.exportTemplateAsync(ResourceGroupExportTemplateOptions options)"
|
|
summary: "Captures the specified resource group as a template asynchronously."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the export options"
|
|
name: "options"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions?alt=com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions&text=ResourceGroupExportTemplateOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ResourceGroupExportResult> exportTemplateAsync(ResourceGroupExportTemplateOptions options)"
|
|
desc: "Captures the specified resource group as a template asynchronously."
|
|
returns:
|
|
description: "a representation of the deferred computation of this call returning the result of the template export"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.ResourceGroupExportResult?alt=com.microsoft.azure.management.resources.ResourceGroupExportResult&text=ResourceGroupExportResult\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.resources.ResourceGroup.exportTemplateAsync(com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions,com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.ResourceGroupExportResult>)"
|
|
fullName: "com.microsoft.azure.management.resources.ResourceGroup.exportTemplateAsync(ResourceGroupExportTemplateOptions options, ServiceCallback<ResourceGroupExportResult> callback)"
|
|
name: "exportTemplateAsync(ResourceGroupExportTemplateOptions options, ServiceCallback<ResourceGroupExportResult> callback)"
|
|
nameWithType: "ResourceGroup.exportTemplateAsync(ResourceGroupExportTemplateOptions options, ServiceCallback<ResourceGroupExportResult> callback)"
|
|
summary: "Captures the specified resource group as a template asynchronously."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the export options"
|
|
name: "options"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions?alt=com.microsoft.azure.management.resources.ResourceGroupExportTemplateOptions&text=ResourceGroupExportTemplateOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the callback to call on success or failure with result as parameter"
|
|
name: "callback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.ResourceGroupExportResult?alt=com.microsoft.azure.management.resources.ResourceGroupExportResult&text=ResourceGroupExportResult\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract ServiceFuture<ResourceGroupExportResult> exportTemplateAsync(ResourceGroupExportTemplateOptions options, ServiceCallback<ResourceGroupExportResult> callback)"
|
|
desc: "Captures the specified resource group as a template asynchronously."
|
|
returns:
|
|
description: "a handle to cancel the request"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.ResourceGroupExportResult?alt=com.microsoft.azure.management.resources.ResourceGroupExportResult&text=ResourceGroupExportResult\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.resources.ResourceGroup.provisioningState()"
|
|
fullName: "com.microsoft.azure.management.resources.ResourceGroup.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "ResourceGroup.provisioningState()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String provisioningState()"
|
|
returns:
|
|
description: "the provisioning state of the resource group"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure resource group."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.Resource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.implementation.ResourceGroupInner?alt=com.microsoft.azure.management.resources.implementation.ResourceGroupInner&text=ResourceGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.ResourceGroup.Update?alt=com.microsoft.azure.management.resources.ResourceGroup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|