azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

59 строки
3.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.fluentcore.model.Executable"
fullName: "com.microsoft.azure.management.resources.fluentcore.model.Executable<T>"
name: "Executable<T>"
nameWithType: "Executable<T>"
summary: "The base interface for all template interfaces that support execute operations."
syntax: "public interface **Executable<T>**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.resources.fluentcore.model.Executable.execute()"
fullName: "com.microsoft.azure.management.resources.fluentcore.model.Executable<T>.execute()"
name: "execute()"
nameWithType: "Executable<T>.execute()"
summary: "Execute the request."
modifiers:
- "abstract"
syntax: "public abstract T execute()"
desc: "Execute the request."
returns:
description: "execution result object"
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.fluentcore.model.Executable.executeAsync()"
fullName: "com.microsoft.azure.management.resources.fluentcore.model.Executable<T>.executeAsync()"
name: "executeAsync()"
nameWithType: "Executable<T>.executeAsync()"
summary: "Execute the request asynchronously."
modifiers:
- "abstract"
syntax: "public abstract Observable<T> executeAsync()"
desc: "Execute the request asynchronously."
returns:
description: "the handle to the REST call"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.fluentcore.model.Executable.executeAsync(com.microsoft.rest.ServiceCallback<T>)"
fullName: "com.microsoft.azure.management.resources.fluentcore.model.Executable<T>.executeAsync(ServiceCallback<T> callback)"
name: "executeAsync(ServiceCallback<T> callback)"
nameWithType: "Executable<T>.executeAsync(ServiceCallback<T> callback)"
summary: "Execute the request asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the callback for success and failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<T> executeAsync(ServiceCallback<T> callback)"
desc: "Execute the request asynchronously."
returns:
description: "the handle to the REST call"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the type of result produced by the execution."
name: "T"
desc: "The base interface for all template interfaces that support execute operations."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.management.resources.fluentcore.model"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4