Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
com.microsoft.azure.management.graphrbac |
This package contains the classes for GraphRbacManagementClient.
|
com.microsoft.azure.management.locks |
This package contains the classes for ManagementLockClient.
|
com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
com.microsoft.azure.management.resources.fluentcore.arm.models |
This package contains the base classes for resource models.
|
Modifier and Type | Method and Description |
---|---|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withExistingResourceGroup(ResourceGroup group)
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withExistingResourceGroup(ResourceGroup group)
Associates the resource with an existing resource group.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.NewAppServicePlanWithGroup.withExistingResourceGroup(ResourceGroup group)
Associates the resource with an existing resource group.
|
Modifier and Type | Method and Description |
---|---|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.NewAppServicePlanWithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
Modifier and Type | Method and Description |
---|---|
ServicePrincipal.DefinitionStages.WithCreate |
ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRoleInResourceGroup(BuiltInRole role,
ResourceGroup resourceGroup)
Assigns a new role to the service principal.
|
ServicePrincipal.Update |
ServicePrincipal.UpdateStages.WithRoleAssignment.withNewRoleInResourceGroup(BuiltInRole role,
ResourceGroup resourceGroup)
Assigns a new role to the service principal.
|
RoleAssignment.DefinitionStages.WithCreate |
RoleAssignment.DefinitionStages.WithScope.withResourceGroupScope(ResourceGroup resourceGroup)
Specifies the scope of the role assignment to be a resource group.
|
Modifier and Type | Method and Description |
---|---|
ManagementLock.DefinitionStages.WithLevel |
ManagementLock.DefinitionStages.WithLockedResource.withLockedResourceGroup(ResourceGroup resourceGroup)
Specifies the resource group to lock.
|
ManagementLock.Update |
ManagementLock.UpdateStages.WithLockedResource.withLockedResourceGroup(ResourceGroup resourceGroup)
Specifies the resource group to lock.
|
Modifier and Type | Method and Description |
---|---|
T |
ResourceConnector.Builder.create(RestClient restClient,
String subscriptionId,
ResourceGroup resourceGroup) |
PolicyAssignment.DefinitionStages.WithPolicyDefinition |
PolicyAssignment.DefinitionStages.WithScope.forResourceGroup(ResourceGroup resourceGroup)
Specifies the scope of the policy assignment to be a resource group.
|
void |
GenericResources.moveResources(String sourceResourceGroupName,
ResourceGroup targetResourceGroup,
List<String> resources)
Move resources from one resource group to another.
|
rx.Completable |
GenericResources.moveResourcesAsync(String sourceResourceGroupName,
ResourceGroup targetResourceGroup,
List<String> resources)
Move resources from one resource group to another asynchronously.
|
ServiceFuture<Void> |
GenericResources.moveResourcesAsync(String sourceResourceGroupName,
ResourceGroup targetResourceGroup,
List<String> resources,
ServiceCallback<Void> callback)
Move resources from one resource group to another asynchronously.
|
Modifier and Type | Method and Description |
---|---|
Deployment.DefinitionStages.WithTemplate |
Deployment.DefinitionStages.WithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
Modifier and Type | Method and Description |
---|---|
T |
GroupableResource.DefinitionStages.WithExistingResourceGroup.withExistingResourceGroup(ResourceGroup group)
Associates the resource with an existing resource group.
|
Modifier and Type | Method and Description |
---|---|
T |
GroupableResource.DefinitionStages.WithCreatableResourceGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
Copyright © 2019. All rights reserved.