GenericResource.DefinitionStages.WithCreate Interface
Implements
public static interface GenericResource.DefinitionStages.WithCreate
extends WithParentResource, WithApiVersion, Creatable<GenericResource>, DefinitionWithTags<WithCreate>
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 |
---|---|
abstract
With |
withProperties(Object properties)
Specifies other properties. |
Method Details
withProperties
public abstract GenericResource.DefinitionStages.WithCreate withProperties(Object properties)
Specifies other properties.
Parameters:
properties
- the properties object
Returns:
the next stage of generic resource definition
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java