public static interface GenericResource.DefinitionStages.WithCreate extends GenericResource.DefinitionStages.WithParentResource, GenericResource.DefinitionStages.WithApiVersion, Creatable<GenericResource>, Resource.DefinitionWithTags<GenericResource.DefinitionStages.WithCreate>
| Modifier and Type | Method and Description |
|---|---|
Accepted<GenericResource> |
beginCreate()
Begins creating the Azure resource.
|
GenericResource.DefinitionStages.WithCreate |
withIdentity(Identity identity)
Specifies managed identity.
|
GenericResource.DefinitionStages.WithCreate |
withKind(String kind)
Specifies resource kind.
|
GenericResource.DefinitionStages.WithCreate |
withProperties(Object properties)
Specifies other properties.
|
GenericResource.DefinitionStages.WithCreate |
withSku(Sku sku)
Specifies resource SKU.
|
withParentResourceId, withParentResourcePathwithApiVersioncreate, createAsyncnamewithTag, withTagsGenericResource.DefinitionStages.WithCreate withProperties(Object properties)
properties - the properties objectGenericResource.DefinitionStages.WithCreate withKind(String kind)
kind - the kind of the resourceGenericResource.DefinitionStages.WithCreate withSku(Sku sku)
sku - the SKU of the resourceGenericResource.DefinitionStages.WithCreate withIdentity(Identity identity)
identity - the managed identityAccepted<GenericResource> beginCreate()
Copyright © 2021 Microsoft Corporation. All rights reserved.