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

89 строки
7.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Bindings"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Bindings"
name: "Bindings"
nameWithType: "Bindings"
summary: "Type representing Bindings."
syntax: "public interface **Bindings**</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.BindingResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.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.BindingsInner?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.BindingsInner&text=BindingsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Bindings.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Bindings.deleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
name: "deleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
nameWithType: "Bindings.deleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
summary: "Operation to delete a Binding."
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 Binding resource."
name: "bindingName"
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 bindingName)"
desc: "Operation to delete a Binding."
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.Bindings.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Bindings.getAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
name: "getAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
nameWithType: "Bindings.getAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
summary: "Get a Binding 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 Binding resource."
name: "bindingName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<BindingResource> getAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
desc: "Get a Binding 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.BindingResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource&text=BindingResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.Bindings.listAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.Bindings.listAsync(String resourceGroupName, String serviceName, String appName)"
name: "listAsync(String resourceGroupName, String serviceName, String appName)"
nameWithType: "Bindings.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<BindingResource> 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.BindingResource?alt=com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource&text=BindingResource\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing Bindings."
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.BindingResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.appplatform.v2020_07_01.BindingResource.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.BindingsInner?alt=com.microsoft.azure.management.appplatform.v2020_07_01.implementation.BindingsInner&text=BindingsInner\" 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