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
GenericResource.DefinitionStages.WithCreate withProperties(Object properties)

Specifies other properties.

Inherited Members

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