JavaComponents interface
Interface representing a JavaComponents.
Methods
Method Details
beginCreateOrUpdate(string, string, string, JavaComponent, JavaComponentsCreateOrUpdateOptionalParams)
Creates or updates a Java Component in a Managed Environment.
function beginCreateOrUpdate(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponent>, JavaComponent>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- environmentName
-
string
Name of the Managed Environment.
- name
-
string
Name of the Java Component.
- javaComponentEnvelope
- JavaComponent
Configuration details of the Java Component.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<JavaComponent>, JavaComponent>>
beginCreateOrUpdateAndWait(string, string, string, JavaComponent, JavaComponentsCreateOrUpdateOptionalParams)
Creates or updates a Java Component in a Managed Environment.
function beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsCreateOrUpdateOptionalParams): Promise<JavaComponent>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- environmentName
-
string
Name of the Managed Environment.
- name
-
string
Name of the Java Component.
- javaComponentEnvelope
- JavaComponent
Configuration details of the Java Component.
The options parameters.
Returns
Promise<JavaComponent>
beginDelete(string, string, string, JavaComponentsDeleteOptionalParams)
Delete a Java Component.
function beginDelete(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponentsDeleteHeaders>, JavaComponentsDeleteHeaders>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- environmentName
-
string
Name of the Managed Environment.
- name
-
string
Name of the Java Component.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<JavaComponentsDeleteHeaders>, JavaComponentsDeleteHeaders>>
beginDeleteAndWait(string, string, string, JavaComponentsDeleteOptionalParams)
Delete a Java Component.
function beginDeleteAndWait(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsDeleteOptionalParams): Promise<JavaComponentsDeleteHeaders>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- environmentName
-
string
Name of the Managed Environment.
- name
-
string
Name of the Java Component.
The options parameters.
Returns
Promise<JavaComponentsDeleteHeaders>
beginUpdate(string, string, string, JavaComponent, JavaComponentsUpdateOptionalParams)
Patches a Java Component using JSON Merge Patch
function beginUpdate(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<JavaComponent>, JavaComponent>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- environmentName
-
string
Name of the Managed Environment.
- name
-
string
Name of the Java Component.
- javaComponentEnvelope
- JavaComponent
Configuration details of the Java Component.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<JavaComponent>, JavaComponent>>
beginUpdateAndWait(string, string, string, JavaComponent, JavaComponentsUpdateOptionalParams)
Patches a Java Component using JSON Merge Patch
function beginUpdateAndWait(resourceGroupName: string, environmentName: string, name: string, javaComponentEnvelope: JavaComponent, options?: JavaComponentsUpdateOptionalParams): Promise<JavaComponent>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- environmentName
-
string
Name of the Managed Environment.
- name
-
string
Name of the Java Component.
- javaComponentEnvelope
- JavaComponent
Configuration details of the Java Component.
The options parameters.
Returns
Promise<JavaComponent>
get(string, string, string, JavaComponentsGetOptionalParams)
Get a Java Component.
function get(resourceGroupName: string, environmentName: string, name: string, options?: JavaComponentsGetOptionalParams): Promise<JavaComponent>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- environmentName
-
string
Name of the Managed Environment.
- name
-
string
Name of the Java Component.
- options
- JavaComponentsGetOptionalParams
The options parameters.
Returns
Promise<JavaComponent>
list(string, string, JavaComponentsListOptionalParams)
Get the Java Components for a managed environment.
function list(resourceGroupName: string, environmentName: string, options?: JavaComponentsListOptionalParams): PagedAsyncIterableIterator<JavaComponent, JavaComponent[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- environmentName
-
string
Name of the Managed Environment.
- options
- JavaComponentsListOptionalParams
The options parameters.