Interface Deployment.DefinitionStages.WithCreate

All Superinterfaces:
Creatable<Deployment>, HasName, Indexable
All Known Subinterfaces:
Deployment.Definition
Enclosing interface:
Deployment.DefinitionStages

public static interface Deployment.DefinitionStages.WithCreate extends Creatable<Deployment>
A deployment definition with sufficient inputs to create a new deployment in the cloud, but exposing additional optional inputs to specify.
  • Method Summary

    Modifier and Type
    Method
    Description
    Begin executing the create request.
    Begin executing the create request.
    rx.Observable<Deployment>
    Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available.
    rx.Observable<Deployment>
    Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available.
    create(Context context)
    Execute the create request.
    rx.Observable<Indexable>
    Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable

    create, createAsync, createAsync

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable

    key
  • Method Details

    • beginCreate

      Deployment beginCreate()
      Begin executing the create request.
      Returns:
      the resource in creating
    • beginCreateAsync

      rx.Observable<Deployment> beginCreateAsync()
      Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available.
      Returns:
      an observable of the request
    • beginCreate

      Deployment beginCreate(Context context)
      Begin executing the create request.
      Parameters:
      context - the context for the request
      Returns:
      the resource in creating
    • beginCreateAsync

      rx.Observable<Deployment> beginCreateAsync(Context context)
      Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available.
      Parameters:
      context - the context for the request
      Returns:
      an observable of the request
    • create

      Deployment create(Context context)
      Execute the create request.
      Parameters:
      context - the context for the request
      Returns:
      the create resource
    • createAsync

      rx.Observable<Indexable> createAsync(Context context)
      Puts the request into the queue and allow the HTTP client to execute it when system resources are available.
      Parameters:
      context - the context for the request
      Returns:
      an observable of the request