azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

765 строки
73 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient"
name: "BindingsClient"
nameWithType: "BindingsClient"
summary: "An instance of this class provides access to all the operations defined in Bindings<wbr>Client."
syntax: "public interface **BindingsClient**"
methods:
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
name: "beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
nameWithType: "BindingsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
summary: "Create a new Binding or update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the create or update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<BindingResourceInner>,BindingResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
desc: "Create a new Binding or update an exiting Binding."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of binding resource payload."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
nameWithType: "BindingsClient.beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
summary: "Create a new Binding or update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the create or update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<BindingResourceInner>,BindingResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
desc: "Create a new Binding or update an exiting Binding."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of binding resource payload."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
name: "beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
nameWithType: "BindingsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
summary: "Create a new Binding or update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the create or update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<BindingResourceInner>,BindingResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
desc: "Create a new Binding or update an exiting Binding."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of binding resource payload."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginDelete(String resourceGroupName, String serviceName, String appName, String bindingName)"
name: "beginDelete(String resourceGroupName, String serviceName, String appName, String bindingName)"
nameWithType: "BindingsClient.beginDelete(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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String appName, String bindingName)"
desc: "Operation to delete a Binding."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginDelete(String resourceGroupName, String serviceName, String appName, String bindingName, Context context)"
name: "beginDelete(String resourceGroupName, String serviceName, String appName, String bindingName, Context context)"
nameWithType: "BindingsClient.beginDelete(String resourceGroupName, String serviceName, String appName, String bindingName, Context context)"
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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String appName, String bindingName, Context context)"
desc: "Operation to delete a Binding."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginDeleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginDeleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
name: "beginDeleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
nameWithType: "BindingsClient.beginDeleteAsync(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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
desc: "Operation to delete a Binding."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
name: "beginUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
nameWithType: "BindingsClient.beginUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
summary: "Operation to update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<BindingResourceInner>,BindingResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
desc: "Operation to update an exiting Binding."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of binding resource payload."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
name: "beginUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
nameWithType: "BindingsClient.beginUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
summary: "Operation to update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<BindingResourceInner>,BindingResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
desc: "Operation to update an exiting Binding."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of binding resource payload."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginUpdateAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.beginUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
name: "beginUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
nameWithType: "BindingsClient.beginUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
summary: "Operation to update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<BindingResourceInner>,BindingResourceInner> beginUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
desc: "Operation to update an exiting Binding."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of binding resource payload."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.createOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
name: "createOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
nameWithType: "BindingsClient.createOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
summary: "Create a new Binding or update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the create or update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract BindingResourceInner createOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
desc: "Create a new Binding or update an exiting Binding."
returns:
description: "binding resource payload."
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.createOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
name: "createOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
nameWithType: "BindingsClient.createOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
summary: "Create a new Binding or update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the create or update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract BindingResourceInner createOrUpdate(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
desc: "Create a new Binding or update an exiting Binding."
returns:
description: "binding resource payload."
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.createOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
name: "createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
nameWithType: "BindingsClient.createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
summary: "Create a new Binding or update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the create or update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<BindingResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
desc: "Create a new Binding or update an exiting Binding."
returns:
description: "binding resource payload on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
nameWithType: "BindingsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
summary: "Create a new Binding or update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the create or update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
desc: "Create a new Binding or update an exiting Binding."
returns:
description: "binding resource payload along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.delete(String resourceGroupName, String serviceName, String appName, String bindingName)"
name: "delete(String resourceGroupName, String serviceName, String appName, String bindingName)"
nameWithType: "BindingsClient.delete(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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String serviceName, String appName, String bindingName)"
desc: "Operation to delete a Binding."
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.delete(String resourceGroupName, String serviceName, String appName, String bindingName, Context context)"
name: "delete(String resourceGroupName, String serviceName, String appName, String bindingName, Context context)"
nameWithType: "BindingsClient.delete(String resourceGroupName, String serviceName, String appName, String bindingName, Context context)"
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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String serviceName, String appName, String bindingName, Context context)"
desc: "Operation to delete a Binding."
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.deleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
name: "deleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
nameWithType: "BindingsClient.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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
desc: "Operation to delete a Binding."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.deleteWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
name: "deleteWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
nameWithType: "BindingsClient.deleteWithResponseAsync(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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
desc: "Operation to delete a Binding."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.get(String resourceGroupName, String serviceName, String appName, String bindingName)"
name: "get(String resourceGroupName, String serviceName, String appName, String bindingName)"
nameWithType: "BindingsClient.get(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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract BindingResourceInner get(String resourceGroupName, String serviceName, String appName, String bindingName)"
desc: "Get a Binding and its properties."
returns:
description: "a Binding and its properties."
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.getAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
name: "getAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
nameWithType: "BindingsClient.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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<BindingResourceInner> getAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
desc: "Get a Binding and its properties."
returns:
description: "a Binding and its properties on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.getWithResponse(String resourceGroupName, String serviceName, String appName, String bindingName, Context context)"
name: "getWithResponse(String resourceGroupName, String serviceName, String appName, String bindingName, Context context)"
nameWithType: "BindingsClient.getWithResponse(String resourceGroupName, String serviceName, String appName, String bindingName, Context context)"
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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<BindingResourceInner> getWithResponse(String resourceGroupName, String serviceName, String appName, String bindingName, Context context)"
desc: "Get a Binding and its properties."
returns:
description: "a Binding and its properties along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.getWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
name: "getWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
nameWithType: "BindingsClient.getWithResponseAsync(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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<BindingResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName)"
desc: "Get a Binding and its properties."
returns:
description: "a Binding and its properties along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.list(String resourceGroupName, String serviceName, String appName)"
name: "list(String resourceGroupName, String serviceName, String appName)"
nameWithType: "BindingsClient.list(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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<BindingResourceInner> list(String resourceGroupName, String serviceName, String appName)"
desc: "Handles requests to list all resources in an App."
returns:
description: "object that includes an array of Binding resources and a possible link for next set as paginated response\n with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.list(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.list(String resourceGroupName, String serviceName, String appName, Context context)"
name: "list(String resourceGroupName, String serviceName, String appName, Context context)"
nameWithType: "BindingsClient.list(String resourceGroupName, String serviceName, String appName, Context context)"
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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<BindingResourceInner> list(String resourceGroupName, String serviceName, String appName, Context context)"
desc: "Handles requests to list all resources in an App."
returns:
description: "object that includes an array of Binding resources and a possible link for next set as paginated response\n with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.listAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.listAsync(String resourceGroupName, String serviceName, String appName)"
name: "listAsync(String resourceGroupName, String serviceName, String appName)"
nameWithType: "BindingsClient.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\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<BindingResourceInner> listAsync(String resourceGroupName, String serviceName, String appName)"
desc: "Handles requests to list all resources in an App."
returns:
description: "object that includes an array of Binding resources and a possible link for next set as paginated response\n with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.update(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.update(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
name: "update(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
nameWithType: "BindingsClient.update(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
summary: "Operation to update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract BindingResourceInner update(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
desc: "Operation to update an exiting Binding."
returns:
description: "binding resource payload."
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.update(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.update(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
name: "update(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
nameWithType: "BindingsClient.update(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
summary: "Operation to update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract BindingResourceInner update(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource, Context context)"
desc: "Operation to update an exiting Binding."
returns:
description: "binding resource payload."
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.updateAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.updateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
name: "updateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
nameWithType: "BindingsClient.updateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
summary: "Operation to update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<BindingResourceInner> updateAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
desc: "Operation to update an exiting Binding."
returns:
description: "binding resource payload on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.updateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner)"
fullName: "com.azure.resourcemanager.appplatform.fluent.BindingsClient.updateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
name: "updateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
nameWithType: "BindingsClient.updateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
summary: "Operation to update an exiting Binding."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Service resource."
name: "serviceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the App resource."
name: "appName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Binding resource."
name: "bindingName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for the update operation."
name: "bindingResource"
type: "<xref href=\"com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner?alt=com.azure.resourcemanager.appplatform.fluent.models.BindingResourceInner&text=BindingResourceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String serviceName, String appName, String bindingName, BindingResourceInner bindingResource)"
desc: "Operation to update an exiting Binding."
returns:
description: "binding resource payload along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in BindingsClient."
metadata: {}
package: "com.azure.resourcemanager.appplatform.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-appplatform:2.42.0