Interface Creatable<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T create()
      Execute the create request.
      rx.Observable<Indexable> createAsync()
      Puts the request into the queue and allow the HTTP client to execute it when system resources are available.
      com.microsoft.rest.ServiceFuture<T> createAsync​(com.microsoft.rest.ServiceCallback<T> callback)
      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.arm.models.HasName

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

        key
    • Method Detail

      • create

        T create()
        Execute the create request.
        Returns:
        the create resource
      • createAsync

        com.microsoft.rest.ServiceFuture<T> createAsync​(com.microsoft.rest.ServiceCallback<T> callback)
        Puts the request into the queue and allow the HTTP client to execute it when system resources are available.
        Parameters:
        callback - the callback to handle success and failure
        Returns:
        a handle to cancel the request
      • createAsync

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