| 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 |
|---|---|
GenericResourceInner |
ResourcesClient.createOrUpdate(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters)
Creates a resource.
|
GenericResourceInner |
ResourcesClient.createOrUpdate(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters,
com.azure.core.util.Context context)
Creates a resource.
|
GenericResourceInner |
ResourcesClient.createOrUpdateById(String resourceId,
String apiVersion,
GenericResourceInner parameters)
Create a resource by ID.
|
GenericResourceInner |
ResourcesClient.createOrUpdateById(String resourceId,
String apiVersion,
GenericResourceInner parameters,
com.azure.core.util.Context context)
Create a resource by ID.
|
GenericResourceInner |
ResourcesClient.get(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion)
Gets a resource.
|
GenericResourceInner |
ResourcesClient.getById(String resourceId,
String apiVersion)
Gets a resource by ID.
|
GenericResourceInner |
ResourcesClient.update(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters)
Updates a resource.
|
GenericResourceInner |
ResourcesClient.update(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters,
com.azure.core.util.Context context)
Updates a resource.
|
GenericResourceInner |
ResourcesClient.updateById(String resourceId,
String apiVersion,
GenericResourceInner parameters)
Updates a resource by ID.
|
GenericResourceInner |
ResourcesClient.updateById(String resourceId,
String apiVersion,
GenericResourceInner parameters,
com.azure.core.util.Context context)
Updates a resource by ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GenericResourceInner>,GenericResourceInner> |
ResourcesClient.beginCreateOrUpdate(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters)
Creates a resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GenericResourceInner>,GenericResourceInner> |
ResourcesClient.beginCreateOrUpdate(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters,
com.azure.core.util.Context context)
Creates a resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GenericResourceInner>,GenericResourceInner> |
ResourcesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters)
Creates a resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GenericResourceInner>,GenericResourceInner> |
ResourcesClient.beginCreateOrUpdateById(String resourceId,
String apiVersion,
GenericResourceInner parameters)
Create a resource by ID.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GenericResourceInner>,GenericResourceInner> |
ResourcesClient.beginCreateOrUpdateById(String resourceId,
String apiVersion,
GenericResourceInner parameters,
com.azure.core.util.Context context)
Create a resource by ID.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GenericResourceInner>,GenericResourceInner> |
ResourcesClient.beginCreateOrUpdateByIdAsync(String resourceId,
String apiVersion,
GenericResourceInner parameters)
Create a resource by ID.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GenericResourceInner>,GenericResourceInner> |
ResourcesClient.beginUpdate(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters)
Updates a resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GenericResourceInner>,GenericResourceInner> |
ResourcesClient.beginUpdate(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters,
com.azure.core.util.Context context)
Updates a resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GenericResourceInner>,GenericResourceInner> |
ResourcesClient.beginUpdateAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters)
Updates a resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GenericResourceInner>,GenericResourceInner> |
ResourcesClient.beginUpdateById(String resourceId,
String apiVersion,
GenericResourceInner parameters)
Updates a resource by ID.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GenericResourceInner>,GenericResourceInner> |
ResourcesClient.beginUpdateById(String resourceId,
String apiVersion,
GenericResourceInner parameters,
com.azure.core.util.Context context)
Updates a resource by ID.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GenericResourceInner>,GenericResourceInner> |
ResourcesClient.beginUpdateByIdAsync(String resourceId,
String apiVersion,
GenericResourceInner parameters)
Updates a resource by ID.
|
GenericResourceInner |
ResourcesClient.createOrUpdate(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters)
Creates a resource.
|
GenericResourceInner |
ResourcesClient.createOrUpdate(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters,
com.azure.core.util.Context context)
Creates a resource.
|
Mono<GenericResourceInner> |
ResourcesClient.createOrUpdateAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters)
Creates a resource.
|
GenericResourceInner |
ResourcesClient.createOrUpdateById(String resourceId,
String apiVersion,
GenericResourceInner parameters)
Create a resource by ID.
|
GenericResourceInner |
ResourcesClient.createOrUpdateById(String resourceId,
String apiVersion,
GenericResourceInner parameters,
com.azure.core.util.Context context)
Create a resource by ID.
|
Mono<GenericResourceInner> |
ResourcesClient.createOrUpdateByIdAsync(String resourceId,
String apiVersion,
GenericResourceInner parameters)
Create a resource by ID.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ResourcesClient.createOrUpdateByIdWithResponseAsync(String resourceId,
String apiVersion,
GenericResourceInner parameters)
Create a resource by ID.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ResourcesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters)
Creates a resource.
|
GenericResourceInner |
ResourcesClient.update(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters)
Updates a resource.
|
GenericResourceInner |
ResourcesClient.update(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters,
com.azure.core.util.Context context)
Updates a resource.
|
Mono<GenericResourceInner> |
ResourcesClient.updateAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters)
Updates a resource.
|
GenericResourceInner |
ResourcesClient.updateById(String resourceId,
String apiVersion,
GenericResourceInner parameters)
Updates a resource by ID.
|
GenericResourceInner |
ResourcesClient.updateById(String resourceId,
String apiVersion,
GenericResourceInner parameters,
com.azure.core.util.Context context)
Updates a resource by ID.
|
Mono<GenericResourceInner> |
ResourcesClient.updateByIdAsync(String resourceId,
String apiVersion,
GenericResourceInner parameters)
Updates a resource by ID.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ResourcesClient.updateByIdWithResponseAsync(String resourceId,
String apiVersion,
GenericResourceInner parameters)
Updates a resource by ID.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ResourcesClient.updateWithResponseAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion,
GenericResourceInner parameters)
Updates a resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericResourceExpandedInner
Resource information.
|
| Modifier and Type | Method and Description |
|---|---|
GenericResourceInner |
GenericResourceInner.withIdentity(Identity identity)
Set the identity property: The identity of the resource.
|
GenericResourceInner |
GenericResourceInner.withKind(String kind)
Set the kind property: The kind of the resource.
|
GenericResourceInner |
GenericResourceInner.withLocation(String location) |
GenericResourceInner |
GenericResourceInner.withManagedBy(String managedBy)
Set the managedBy property: ID of the resource that manages this resource.
|
GenericResourceInner |
GenericResourceInner.withPlan(Plan plan)
Set the plan property: The plan of the resource.
|
GenericResourceInner |
GenericResourceInner.withProperties(Object properties)
Set the properties property: The resource properties.
|
GenericResourceInner |
GenericResourceInner.withSku(Sku sku)
Set the sku property: The SKU of the resource.
|
GenericResourceInner |
GenericResourceInner.withTags(Map<String,String> tags) |
Copyright © 2021 Microsoft Corporation. All rights reserved.