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
Accepted<Generic |
beginCreate()
Begins creating the Azure resource. |
|
abstract
With |
withIdentity(Identity identity)
Specifies managed identity. |
|
abstract
With |
withKind(String kind)
Specifies resource kind. |
|
abstract
With |
withProperties(Object properties)
Specifies other properties. |
|
abstract
With |
withSku(Sku sku)
Specifies resource SKU. |
Method Details
beginCreate
public abstract Accepted<GenericResource> beginCreate()
Begins creating the Azure resource.
Returns:
withIdentity
public abstract GenericResource.DefinitionStages.WithCreate withIdentity(Identity identity)
Specifies managed identity.
Parameters:
Returns:
withKind
public abstract GenericResource.DefinitionStages.WithCreate withKind(String kind)
Specifies resource kind.
Parameters:
Returns:
withProperties
public abstract GenericResource.DefinitionStages.WithCreate withProperties(Object properties)
Specifies other properties.
Parameters:
Returns:
withSku
public abstract GenericResource.DefinitionStages.WithCreate withSku(Sku sku)
Specifies resource SKU.
Parameters:
Returns: