public static interface GroupableResource.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GroupableResource.DefinitionStages.WithCreatableResourceGroup<T>
A resource definition allowing a new creatable resource group to be specified.
|
static interface |
GroupableResource.DefinitionStages.WithExistingResourceGroup<T>
A resource definition allowing an existing resource group to be selected.
|
static interface |
GroupableResource.DefinitionStages.WithGroup<T>
A resource definition allowing a resource group to be selected.
|
static interface |
GroupableResource.DefinitionStages.WithGroupAndRegion<T>
A resource definition allowing a resource group to be selected.
|
static interface |
GroupableResource.DefinitionStages.WithNewResourceGroup<T>
A resource definition allowing a new resource group to be created in the same
region as groupable resource.
|
static interface |
GroupableResource.DefinitionStages.WithNewResourceGroupWithRegion<T>
A resource definition allowing a new resource group to be created in a different
region .
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/