WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withNewResourceGroup 方法
定义
重载
withNewResourceGroup() |
Creates a new resource group to put the resource in. The group will be created in the same location as the resource. The group's name is automatically derived from the resource's name. |
withNewResourceGroup(Creatable<ResourceGroup> groupDefinition) |
Creates a new resource group to put the resource in, based on the definition specified. |
withNewResourceGroup(String name) |
Creates a new resource group to put the resource in. The group will be created in the same location as the resource. |
withNewResourceGroup()
Creates a new resource group to put the resource in.
The group will be created in the same location as the resource. The group's name is automatically derived from the resource's name.
public WithDockerContainerImage withNewResourceGroup()
返回
the next stage of the definition
withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
public WithDockerContainerImage withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
参数
- groupDefinition
- Creatable<ResourceGroup>
a creatable definition for a new resource group
返回
the next stage of the definition
withNewResourceGroup(String name)
Creates a new resource group to put the resource in.
The group will be created in the same location as the resource.
public WithDockerContainerImage withNewResourceGroup(String name)
参数
- name
- String
the name of the new group
返回
the next stage of the definition