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

208 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments"
name: "Deployments"
nameWithType: "Deployments"
summary: "Type representing Deployments."
syntax: "public interface **Deployments**</br> extends <xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.implementation.DeploymentsInner?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.DeploymentsInner&text=DeploymentsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.deleteAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
name: "deleteAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
nameWithType: "Deployments.deleteAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
summary: "Operation to delete a Deployment."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the App resource."
name: "appName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Deployment resource."
name: "deploymentName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
desc: "Operation to delete a Deployment."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.getAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
name: "getAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
nameWithType: "Deployments.getAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
summary: "Get a Deployment and its properties."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the App resource."
name: "appName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Deployment resource."
name: "deploymentName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<DeploymentResource> getAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
desc: "Get a Deployment and its properties."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentResource&text=DeploymentResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.getLogFileUrlAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.getLogFileUrlAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
name: "getLogFileUrlAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
nameWithType: "Deployments.getLogFileUrlAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
summary: "Get deployment log file URL."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the App resource."
name: "appName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Deployment resource."
name: "deploymentName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<LogFileUrlResponse> getLogFileUrlAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
desc: "Get deployment log file URL."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.LogFileUrlResponse?alt=com.microsoft.azure.management.appplatform.v2020_07_01.LogFileUrlResponse&text=LogFileUrlResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.listAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.listAsync(String resourceGroupName, String serviceName, String appName)"
name: "listAsync(String resourceGroupName, String serviceName, String appName)"
nameWithType: "Deployments.listAsync(String resourceGroupName, String serviceName, String appName)"
summary: "Handles requests to list all resources in an App."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the App resource."
name: "appName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<DeploymentResource> listAsync(String resourceGroupName, String serviceName, String appName)"
desc: "Handles requests to list all resources in an App."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentResource&text=DeploymentResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.listForClusterAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.listForClusterAsync(String resourceGroupName, String serviceName)"
name: "listForClusterAsync(String resourceGroupName, String serviceName)"
nameWithType: "Deployments.listForClusterAsync(String resourceGroupName, String serviceName)"
summary: "List deployments for a certain service."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<DeploymentResource> listForClusterAsync(String resourceGroupName, String serviceName)"
desc: "List deployments for a certain service."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentResource&text=DeploymentResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.restartAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.restartAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
name: "restartAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
nameWithType: "Deployments.restartAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
summary: "Restart the deployment."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the App resource."
name: "appName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Deployment resource."
name: "deploymentName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable restartAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
desc: "Restart the deployment."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.startAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.startAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
name: "startAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
nameWithType: "Deployments.startAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
summary: "Start the deployment."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the App resource."
name: "appName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Deployment resource."
name: "deploymentName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable startAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
desc: "Start the deployment."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.stopAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Deployments.stopAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
name: "stopAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
nameWithType: "Deployments.stopAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
summary: "Stop the deployment."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Service resource."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the App resource."
name: "appName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the Deployment resource."
name: "deploymentName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable stopAsync(String resourceGroupName, String serviceName, String appName, String deploymentName)"
desc: "Stop the deployment."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Type representing Deployments."
implements:
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.appplatform.v2020_07_01.DeploymentResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.implementation.DeploymentsInner?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.DeploymentsInner&text=DeploymentsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta