| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
GenericResource |
GenericResources.get(String resourceGroupName,
String providerNamespace,
String resourceType,
String resourceName)
Returns a resource belonging to a resource group.
|
GenericResource |
GenericResources.get(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String apiVersion)
Returns a resource belonging to a resource group.
|
GenericResource |
GenericResources.getById(String id)
Gets the information about a resource from Azure based on the resource id.
|
GenericResource |
GenericResources.getById(String id,
String apiVersion)
Gets the information about a resource from Azure based on the resource id.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyAssignment.DefinitionStages.WithPolicyDefinition |
PolicyAssignment.DefinitionStages.WithScope.forResource(GenericResource genericResource)
Specifies the scope of the policy assignment to be a resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.