GenericResource.DefinitionStages.WithCreate Interface
public interface WithCreate extends GenericResource.DefinitionStages.WithParentResource,GenericResource.DefinitionStages.WithApiVersion,Creatable,Resource.DefinitionWithTags
A deployment definition with sufficient inputs to create a new resource in the cloud, but exposing additional optional inputs to specify.
Method Summary
Modifier and Type | Method and Description |
---|---|
Generic |
withProperties(Object properties)
Specifies other properties. |
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
GenericResource.DefinitionStages.WithApiVersion.withApiVersion(String apiVersion)
GenericResource.DefinitionStages.WithParentResource.withParentResourceId(String parentResourceId)
GenericResource.DefinitionStages.WithParentResource.withParentResourcePath(String parentResourcePath)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
Method Details
withProperties
public WithCreate withProperties(Object properties)
Specifies other properties.
Parameters:
properties
- the properties object
Returns:
the next stage of generic resource definition
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