| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentExtendedInner |
DeploymentsClient.createOrUpdate(String resourceGroupName,
String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
DeploymentsClient.createOrUpdate(String resourceGroupName,
String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
DeploymentsClient.createOrUpdateAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeployment parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
DeploymentsClient.createOrUpdateAtManagementGroupScope(String groupId,
String deploymentName,
ScopedDeployment parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
DeploymentsClient.createOrUpdateAtScope(String scope,
String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
DeploymentsClient.createOrUpdateAtScope(String scope,
String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
DeploymentsClient.createOrUpdateAtSubscriptionScope(String deploymentName,
DeploymentInner parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
DeploymentsClient.createOrUpdateAtSubscriptionScope(String deploymentName,
DeploymentInner parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
DeploymentsClient.createOrUpdateAtTenantScope(String deploymentName,
ScopedDeployment parameters)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
DeploymentsClient.createOrUpdateAtTenantScope(String deploymentName,
ScopedDeployment parameters,
com.azure.core.util.Context context)
You can provide the template and parameters directly in the request or link to JSON files.
|
DeploymentExtendedInner |
DeploymentsClient.getAtManagementGroupScope(String groupId,
String deploymentName)
Gets a deployment.
|
DeploymentExtendedInner |
DeploymentsClient.getAtScope(String scope,
String deploymentName)
Gets a deployment.
|
DeploymentExtendedInner |
DeploymentsClient.getAtSubscriptionScope(String deploymentName)
Gets a deployment.
|
DeploymentExtendedInner |
DeploymentsClient.getAtTenantScope(String deploymentName)
Gets a deployment.
|
DeploymentExtendedInner |
DeploymentsClient.getByResourceGroup(String resourceGroupName,
String deploymentName)
Gets a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentExtendedInner |
DeploymentExtendedInner.withLocation(String location) |
DeploymentExtendedInner |
DeploymentExtendedInner.withProperties(DeploymentPropertiesExtended properties)
Set the properties property: Deployment properties.
|
DeploymentExtendedInner |
DeploymentExtendedInner.withTags(Map<String,String> tags) |
Copyright © 2021 Microsoft Corporation. All rights reserved.