| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ProviderResourceType |
ProviderResourceType.withAliases(List<Alias> aliases)
Set the aliases that are supported by this resource type.
|
ProviderResourceType |
ProviderResourceType.withApiVersions(List<String> apiVersions)
Set the API version.
|
ProviderResourceType |
ProviderResourceType.withCapabilities(String capabilities)
Set the additional capabilities offered by this resource type.
|
ProviderResourceType |
ProviderResourceType.withLocations(List<String> locations)
Set the collection of locations where this resource type can be created.
|
ProviderResourceType |
ProviderResourceType.withProperties(Map<String,String> properties)
Set the properties.
|
ProviderResourceType |
ProviderResourceType.withResourceType(String resourceType)
Set the resource type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProviderResourceType> |
Provider.resourceTypes() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/