-
Notifications
You must be signed in to change notification settings - Fork 244
/
com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithGroup.yml
50 lines (50 loc) · 5.11 KB
/
com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithGroup.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithGroup"
fullName: "com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithGroup"
name: "Deployment.DefinitionStages.WithGroup"
nameWithType: "Deployment.DefinitionStages.WithGroup"
summary: "A deployment definition allowing resource group to be specified."
syntax: "public static interface **Deployment.DefinitionStages.WithGroup**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithExistingResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithExistingResourceGroup&text=WithExistingResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithTemplate?alt=com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithTemplate&text=WithTemplate\" data-throw-if-not-resolved=\"False\" />>"
methods:
- uid: "com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithGroup.withNewResourceGroup(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.resources.ResourceGroup>)"
fullName: "com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)"
name: "withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)"
nameWithType: "Deployment.DefinitionStages.WithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)"
summary: "Creates a new resource group to put the resource in, based on the definition specified."
modifiers:
- "abstract"
parameters:
- description: "a creatable definition for a new resource group"
name: "groupDefinition"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Creatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Creatable&text=Creatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.ResourceGroup?alt=com.microsoft.azure.management.resources.ResourceGroup&text=ResourceGroup\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public abstract Deployment.DefinitionStages.WithTemplate withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)"
desc: "Creates a new resource group to put the resource in, based on the definition specified."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithTemplate?alt=com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithTemplate&text=WithTemplate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithGroup.withNewResourceGroup(java.lang.String,com.microsoft.azure.management.resources.fluentcore.arm.Region)"
fullName: "com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithGroup.withNewResourceGroup(String name, Region region)"
name: "withNewResourceGroup(String name, Region region)"
nameWithType: "Deployment.DefinitionStages.WithGroup.withNewResourceGroup(String name, Region region)"
summary: "Creates a new resource group to put the deployment in."
modifiers:
- "abstract"
parameters:
- description: "the name of the new group"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the region to create the resource group in"
name: "region"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.Region?alt=com.microsoft.azure.management.resources.fluentcore.arm.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Deployment.DefinitionStages.WithTemplate withNewResourceGroup(String name, Region region)"
desc: "Creates a new resource group to put the deployment in."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithTemplate?alt=com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithTemplate&text=WithTemplate\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "A deployment definition allowing resource group to be specified."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithExistingResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithExistingResourceGroup&text=WithExistingResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithTemplate?alt=com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithTemplate&text=WithTemplate\" data-throw-if-not-resolved=\"False\" />>"
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4