Deployment.DefinitionStages.Blank Interface
public interface Blank extends Deployment.DefinitionStages.WithGroup
The first stage of deployment definition.
Inherited Members
GroupableResource.DefinitionStages.WithExistingResourceGroup<T>.withExistingResourceGroup(String groupName)
GroupableResource.DefinitionStages.WithExistingResourceGroup<T>.withExistingResourceGroup(ResourceGroup group)
Deployment.DefinitionStages.WithGroup.withNewResourceGroup(String name, Region region)
Deployment.DefinitionStages.WithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java