public static interface Deployment.DefinitionStages.WithCreate extends Creatable<Deployment>
| Modifier and Type | Method and Description |
|---|---|
Accepted<Deployment> |
beginCreate()
Begins creating the deployment resource.
|
Accepted<Deployment> |
beginCreate(com.azure.core.util.Context context)
Begins creating the deployment resource.
|
Mono<Deployment> |
beginCreateAsync()
Begins creating the deployment resource.
|
create, create, createAsync, createAsyncAccepted<Deployment> beginCreate()
Accepted<Deployment> beginCreate(com.azure.core.util.Context context)
context - the Context of the requestMono<Deployment> beginCreateAsync()
Copyright © 2021 Microsoft Corporation. All rights reserved.