904 строки
83 KiB
YAML
904 строки
83 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient"
|
|
name: "DisasterRecoveryConfigsClient"
|
|
nameWithType: "DisasterRecoveryConfigsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Disaster<wbr>Recovery<wbr>Configs<wbr>Client."
|
|
syntax: "public interface **DisasterRecoveryConfigsClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.breakPairing(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.breakPairing(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "breakPairing(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.breakPairing(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void breakPairing(String resourceGroupName, String namespaceName, String alias)"
|
|
desc: "This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces."
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.breakPairingAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.breakPairingAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "breakPairingAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.breakPairingAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Void> breakPairingAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
desc: "This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces."
|
|
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><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.breakPairingWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.breakPairingWithResponse(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
name: "breakPairingWithResponse(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.breakPairingWithResponse(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
summary: "This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
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<Void> breakPairingWithResponse(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
desc: "This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces."
|
|
returns:
|
|
description: "the <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.breakPairingWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.breakPairingWithResponseAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "breakPairingWithResponseAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.breakPairingWithResponseAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<Void>> breakPairingWithResponseAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
desc: "This operation disables the Disaster Recovery and stops replicating changes from primary to secondary namespaces."
|
|
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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.checkNameAvailability(java.lang.String,java.lang.String,com.azure.resourcemanager.servicebus.models.CheckNameAvailability)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.checkNameAvailability(String resourceGroupName, String namespaceName, CheckNameAvailability parameters)"
|
|
name: "checkNameAvailability(String resourceGroupName, String namespaceName, CheckNameAvailability parameters)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.checkNameAvailability(String resourceGroupName, String namespaceName, CheckNameAvailability parameters)"
|
|
summary: "Check the give namespace name availability."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters to check availability of the given namespace name."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.CheckNameAvailability?alt=com.azure.resourcemanager.servicebus.models.CheckNameAvailability&text=CheckNameAvailability\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract CheckNameAvailabilityResultInner checkNameAvailability(String resourceGroupName, String namespaceName, CheckNameAvailability parameters)"
|
|
desc: "Check the give namespace name availability."
|
|
returns:
|
|
description: "description of a Check Name availability request properties."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.CheckNameAvailabilityResultInner?alt=com.azure.resourcemanager.servicebus.fluent.models.CheckNameAvailabilityResultInner&text=CheckNameAvailabilityResultInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.checkNameAvailabilityAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.servicebus.models.CheckNameAvailability)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.checkNameAvailabilityAsync(String resourceGroupName, String namespaceName, CheckNameAvailability parameters)"
|
|
name: "checkNameAvailabilityAsync(String resourceGroupName, String namespaceName, CheckNameAvailability parameters)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.checkNameAvailabilityAsync(String resourceGroupName, String namespaceName, CheckNameAvailability parameters)"
|
|
summary: "Check the give namespace name availability."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters to check availability of the given namespace name."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.CheckNameAvailability?alt=com.azure.resourcemanager.servicebus.models.CheckNameAvailability&text=CheckNameAvailability\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<CheckNameAvailabilityResultInner> checkNameAvailabilityAsync(String resourceGroupName, String namespaceName, CheckNameAvailability parameters)"
|
|
desc: "Check the give namespace name availability."
|
|
returns:
|
|
description: "description of a Check Name availability request 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><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.CheckNameAvailabilityResultInner?alt=com.azure.resourcemanager.servicebus.fluent.models.CheckNameAvailabilityResultInner&text=CheckNameAvailabilityResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.checkNameAvailabilityWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.servicebus.models.CheckNameAvailability,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.checkNameAvailabilityWithResponse(String resourceGroupName, String namespaceName, CheckNameAvailability parameters, Context context)"
|
|
name: "checkNameAvailabilityWithResponse(String resourceGroupName, String namespaceName, CheckNameAvailability parameters, Context context)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.checkNameAvailabilityWithResponse(String resourceGroupName, String namespaceName, CheckNameAvailability parameters, Context context)"
|
|
summary: "Check the give namespace name availability."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters to check availability of the given namespace name."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.CheckNameAvailability?alt=com.azure.resourcemanager.servicebus.models.CheckNameAvailability&text=CheckNameAvailability\" 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 Response<CheckNameAvailabilityResultInner> checkNameAvailabilityWithResponse(String resourceGroupName, String namespaceName, CheckNameAvailability parameters, Context context)"
|
|
desc: "Check the give namespace name availability."
|
|
returns:
|
|
description: "description of a Check Name availability request 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\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.CheckNameAvailabilityResultInner?alt=com.azure.resourcemanager.servicebus.fluent.models.CheckNameAvailabilityResultInner&text=CheckNameAvailabilityResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.checkNameAvailabilityWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.servicebus.models.CheckNameAvailability)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.checkNameAvailabilityWithResponseAsync(String resourceGroupName, String namespaceName, CheckNameAvailability parameters)"
|
|
name: "checkNameAvailabilityWithResponseAsync(String resourceGroupName, String namespaceName, CheckNameAvailability parameters)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.checkNameAvailabilityWithResponseAsync(String resourceGroupName, String namespaceName, CheckNameAvailability parameters)"
|
|
summary: "Check the give namespace name availability."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters to check availability of the given namespace name."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.CheckNameAvailability?alt=com.azure.resourcemanager.servicebus.models.CheckNameAvailability&text=CheckNameAvailability\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<CheckNameAvailabilityResultInner>> checkNameAvailabilityWithResponseAsync(String resourceGroupName, String namespaceName, CheckNameAvailability parameters)"
|
|
desc: "Check the give namespace name availability."
|
|
returns:
|
|
description: "description of a Check Name availability request properties along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful\n 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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.CheckNameAvailabilityResultInner?alt=com.azure.resourcemanager.servicebus.fluent.models.CheckNameAvailabilityResultInner&text=CheckNameAvailabilityResultInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.createOrUpdate(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)"
|
|
name: "createOrUpdate(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.createOrUpdate(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)"
|
|
summary: "Creates or updates a new Alias(Disaster Recovery configuration)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters required to create an Alias(Disaster Recovery configuration)."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract ArmDisasterRecoveryInner createOrUpdate(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)"
|
|
desc: "Creates or updates a new Alias(Disaster Recovery configuration)."
|
|
returns:
|
|
description: "single item in List or Get Alias(Disaster Recovery configuration) operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.createOrUpdateAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)"
|
|
name: "createOrUpdateAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)"
|
|
summary: "Creates or updates a new Alias(Disaster Recovery configuration)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters required to create an Alias(Disaster Recovery configuration)."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<ArmDisasterRecoveryInner> createOrUpdateAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)"
|
|
desc: "Creates or updates a new Alias(Disaster Recovery configuration)."
|
|
returns:
|
|
description: "single item in List or Get Alias(Disaster Recovery configuration) operation on successful completion of\n <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><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters, Context context)"
|
|
name: "createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters, Context context)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters, Context context)"
|
|
summary: "Creates or updates a new Alias(Disaster Recovery configuration)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters required to create an Alias(Disaster Recovery configuration)."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" 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 Response<ArmDisasterRecoveryInner> createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters, Context context)"
|
|
desc: "Creates or updates a new Alias(Disaster Recovery configuration)."
|
|
returns:
|
|
description: "single item in List or Get Alias(Disaster Recovery configuration) operation 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\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)"
|
|
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)"
|
|
summary: "Creates or updates a new Alias(Disaster Recovery configuration)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters required to create an Alias(Disaster Recovery configuration)."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<ArmDisasterRecoveryInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String alias, ArmDisasterRecoveryInner parameters)"
|
|
desc: "Creates or updates a new Alias(Disaster Recovery configuration)."
|
|
returns:
|
|
description: "single item in List or Get Alias(Disaster Recovery configuration) operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>\n 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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.delete(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "delete(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.delete(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "Deletes an Alias(Disaster Recovery configuration)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
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 namespaceName, String alias)"
|
|
desc: "Deletes an Alias(Disaster Recovery configuration)."
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.deleteAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "deleteAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.deleteAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "Deletes an Alias(Disaster Recovery configuration)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
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 namespaceName, String alias)"
|
|
desc: "Deletes an Alias(Disaster Recovery configuration)."
|
|
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><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.deleteWithResponse(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
name: "deleteWithResponse(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.deleteWithResponse(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
summary: "Deletes an Alias(Disaster Recovery configuration)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
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<Void> deleteWithResponse(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
desc: "Deletes an Alias(Disaster Recovery configuration)."
|
|
returns:
|
|
description: "the <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.deleteWithResponseAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "deleteWithResponseAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.deleteWithResponseAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "Deletes an Alias(Disaster Recovery configuration)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
desc: "Deletes an Alias(Disaster Recovery configuration)."
|
|
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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.failOver(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.failOver(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "failOver(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.failOver(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void failOver(String resourceGroupName, String namespaceName, String alias)"
|
|
desc: "Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace."
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.failOverAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.failOverAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "failOverAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.failOverAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Void> failOverAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
desc: "Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace."
|
|
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><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.failOverWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.servicebus.models.FailoverProperties,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.failOverWithResponse(String resourceGroupName, String namespaceName, String alias, FailoverProperties parameters, Context context)"
|
|
name: "failOverWithResponse(String resourceGroupName, String namespaceName, String alias, FailoverProperties parameters, Context context)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.failOverWithResponse(String resourceGroupName, String namespaceName, String alias, FailoverProperties parameters, Context context)"
|
|
summary: "Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters required to create an Alias(Disaster Recovery configuration)."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.FailoverProperties?alt=com.azure.resourcemanager.servicebus.models.FailoverProperties&text=FailoverProperties\" 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 Response<Void> failOverWithResponse(String resourceGroupName, String namespaceName, String alias, FailoverProperties parameters, Context context)"
|
|
desc: "Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace."
|
|
returns:
|
|
description: "the <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.failOverWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.servicebus.models.FailoverProperties)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.failOverWithResponseAsync(String resourceGroupName, String namespaceName, String alias, FailoverProperties parameters)"
|
|
name: "failOverWithResponseAsync(String resourceGroupName, String namespaceName, String alias, FailoverProperties parameters)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.failOverWithResponseAsync(String resourceGroupName, String namespaceName, String alias, FailoverProperties parameters)"
|
|
summary: "Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Parameters required to create an Alias(Disaster Recovery configuration)."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.FailoverProperties?alt=com.azure.resourcemanager.servicebus.models.FailoverProperties&text=FailoverProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Mono<Response<Void>> failOverWithResponseAsync(String resourceGroupName, String namespaceName, String alias, FailoverProperties parameters)"
|
|
desc: "Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace."
|
|
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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.get(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "get(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.get(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ArmDisasterRecoveryInner get(String resourceGroupName, String namespaceName, String alias)"
|
|
desc: "Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace."
|
|
returns:
|
|
description: "single item in List or Get Alias(Disaster Recovery configuration) operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "getAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.getAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<ArmDisasterRecoveryInner> getAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
desc: "Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace."
|
|
returns:
|
|
description: "single item in List or Get Alias(Disaster Recovery configuration) operation on successful completion of\n <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><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getAuthorizationRule(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getAuthorizationRule(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
name: "getAuthorizationRule(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.getAuthorizationRule(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
summary: "Gets an authorization rule for a namespace by rule name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The authorization rule name."
|
|
name: "authorizationRuleName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract SBAuthorizationRuleInner getAuthorizationRule(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
desc: "Gets an authorization rule for a namespace by rule name."
|
|
returns:
|
|
description: "an authorization rule for a namespace by rule name."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner?alt=com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner&text=SBAuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getAuthorizationRuleAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
name: "getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
summary: "Gets an authorization rule for a namespace by rule name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The authorization rule name."
|
|
name: "authorizationRuleName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<SBAuthorizationRuleInner> getAuthorizationRuleAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
desc: "Gets an authorization rule for a namespace by rule name."
|
|
returns:
|
|
description: "an authorization rule for a namespace by rule name 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><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner?alt=com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner&text=SBAuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getAuthorizationRuleWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName, Context context)"
|
|
name: "getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName, Context context)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName, Context context)"
|
|
summary: "Gets an authorization rule for a namespace by rule name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The authorization rule name."
|
|
name: "authorizationRuleName"
|
|
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<SBAuthorizationRuleInner> getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName, Context context)"
|
|
desc: "Gets an authorization rule for a namespace by rule name."
|
|
returns:
|
|
description: "an authorization rule for a namespace by rule name 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\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner?alt=com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner&text=SBAuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getAuthorizationRuleWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
name: "getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
summary: "Gets an authorization rule for a namespace by rule name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The authorization rule name."
|
|
name: "authorizationRuleName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<SBAuthorizationRuleInner>> getAuthorizationRuleWithResponseAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
desc: "Gets an authorization rule for a namespace by rule name."
|
|
returns:
|
|
description: "an authorization rule for a namespace by rule name along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion\n 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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner?alt=com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner&text=SBAuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getWithResponse(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.getWithResponse(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
summary: "Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
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<ArmDisasterRecoveryInner> getWithResponse(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
desc: "Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace."
|
|
returns:
|
|
description: "single item in List or Get Alias(Disaster Recovery configuration) operation 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\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "getWithResponseAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<ArmDisasterRecoveryInner>> getWithResponseAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
desc: "Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace."
|
|
returns:
|
|
description: "single item in List or Get Alias(Disaster Recovery configuration) operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>\n 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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.list(String resourceGroupName, String namespaceName)"
|
|
name: "list(String resourceGroupName, String namespaceName)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.list(String resourceGroupName, String namespaceName)"
|
|
summary: "Gets all Alias(Disaster Recovery configurations)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<ArmDisasterRecoveryInner> list(String resourceGroupName, String namespaceName)"
|
|
desc: "Gets all Alias(Disaster Recovery configurations)."
|
|
returns:
|
|
description: "all Alias(Disaster Recovery configurations) as paginated response 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\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.list(String resourceGroupName, String namespaceName, Context context)"
|
|
name: "list(String resourceGroupName, String namespaceName, Context context)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.list(String resourceGroupName, String namespaceName, Context context)"
|
|
summary: "Gets all Alias(Disaster Recovery configurations)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
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<ArmDisasterRecoveryInner> list(String resourceGroupName, String namespaceName, Context context)"
|
|
desc: "Gets all Alias(Disaster Recovery configurations)."
|
|
returns:
|
|
description: "all Alias(Disaster Recovery configurations) as paginated response 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\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listAsync(String resourceGroupName, String namespaceName)"
|
|
name: "listAsync(String resourceGroupName, String namespaceName)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.listAsync(String resourceGroupName, String namespaceName)"
|
|
summary: "Gets all Alias(Disaster Recovery configurations)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<ArmDisasterRecoveryInner> listAsync(String resourceGroupName, String namespaceName)"
|
|
desc: "Gets all Alias(Disaster Recovery configurations)."
|
|
returns:
|
|
description: "all Alias(Disaster Recovery configurations) as paginated response 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\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner?alt=com.azure.resourcemanager.servicebus.fluent.models.ArmDisasterRecoveryInner&text=ArmDisasterRecoveryInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listAuthorizationRules(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "listAuthorizationRules(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "Gets the authorization rules for a namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<SBAuthorizationRuleInner> listAuthorizationRules(String resourceGroupName, String namespaceName, String alias)"
|
|
desc: "Gets the authorization rules for a namespace."
|
|
returns:
|
|
description: "the authorization rules for a namespace as paginated response 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\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner?alt=com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner&text=SBAuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listAuthorizationRules(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
name: "listAuthorizationRules(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.listAuthorizationRules(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
summary: "Gets the authorization rules for a namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
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<SBAuthorizationRuleInner> listAuthorizationRules(String resourceGroupName, String namespaceName, String alias, Context context)"
|
|
desc: "Gets the authorization rules for a namespace."
|
|
returns:
|
|
description: "the authorization rules for a namespace as paginated response 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\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner?alt=com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner&text=SBAuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listAuthorizationRulesAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
name: "listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
summary: "Gets the authorization rules for a namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<SBAuthorizationRuleInner> listAuthorizationRulesAsync(String resourceGroupName, String namespaceName, String alias)"
|
|
desc: "Gets the authorization rules for a namespace."
|
|
returns:
|
|
description: "the authorization rules for a namespace as paginated response 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\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner?alt=com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner&text=SBAuthorizationRuleInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listKeys(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listKeys(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
name: "listKeys(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.listKeys(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
summary: "Gets the primary and secondary connection strings for the namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The authorization rule name."
|
|
name: "authorizationRuleName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract AccessKeysInner listKeys(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
desc: "Gets the primary and secondary connection strings for the namespace."
|
|
returns:
|
|
description: "the primary and secondary connection strings for the namespace."
|
|
type: "<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.AccessKeysInner?alt=com.azure.resourcemanager.servicebus.fluent.models.AccessKeysInner&text=AccessKeysInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listKeysAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listKeysAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
name: "listKeysAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.listKeysAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
summary: "Gets the primary and secondary connection strings for the namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The authorization rule name."
|
|
name: "authorizationRuleName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<AccessKeysInner> listKeysAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
desc: "Gets the primary and secondary connection strings for the namespace."
|
|
returns:
|
|
description: "the primary and secondary connection strings for the namespace 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><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.AccessKeysInner?alt=com.azure.resourcemanager.servicebus.fluent.models.AccessKeysInner&text=AccessKeysInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listKeysWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listKeysWithResponse(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName, Context context)"
|
|
name: "listKeysWithResponse(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName, Context context)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.listKeysWithResponse(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName, Context context)"
|
|
summary: "Gets the primary and secondary connection strings for the namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The authorization rule name."
|
|
name: "authorizationRuleName"
|
|
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<AccessKeysInner> listKeysWithResponse(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName, Context context)"
|
|
desc: "Gets the primary and secondary connection strings for the namespace."
|
|
returns:
|
|
description: "the primary and secondary connection strings for the namespace 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\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.AccessKeysInner?alt=com.azure.resourcemanager.servicebus.fluent.models.AccessKeysInner&text=AccessKeysInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listKeysWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.servicebus.fluent.DisasterRecoveryConfigsClient.listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
name: "listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
nameWithType: "DisasterRecoveryConfigsClient.listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
summary: "Gets the primary and secondary connection strings for the namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Name of the Resource group within the Azure subscription."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The namespace name."
|
|
name: "namespaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The Disaster Recovery configuration name."
|
|
name: "alias"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The authorization rule name."
|
|
name: "authorizationRuleName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<AccessKeysInner>> listKeysWithResponseAsync(String resourceGroupName, String namespaceName, String alias, String authorizationRuleName)"
|
|
desc: "Gets the primary and secondary connection strings for the namespace."
|
|
returns:
|
|
description: "the primary and secondary connection strings for the namespace along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful\n 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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.AccessKeysInner?alt=com.azure.resourcemanager.servicebus.fluent.models.AccessKeysInner&text=AccessKeysInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in DisasterRecoveryConfigsClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.servicebus.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-servicebus:2.44.0
|