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

109 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.servicebus.management.EntityNameHelper"
fullName: "com.microsoft.azure.servicebus.management.EntityNameHelper"
name: "EntityNameHelper"
nameWithType: "EntityNameHelper"
summary: "This class can be used to format the path for different Service Bus entity types."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **EntityNameHelper**"
constructors:
- uid: "com.microsoft.azure.servicebus.management.EntityNameHelper.EntityNameHelper()"
fullName: "com.microsoft.azure.servicebus.management.EntityNameHelper.EntityNameHelper()"
name: "EntityNameHelper()"
nameWithType: "EntityNameHelper.EntityNameHelper()"
syntax: "public EntityNameHelper()"
methods:
- uid: "com.microsoft.azure.servicebus.management.EntityNameHelper.formatDeadLetterPath(java.lang.String)"
fullName: "com.microsoft.azure.servicebus.management.EntityNameHelper.formatDeadLetterPath(String entityPath)"
name: "formatDeadLetterPath(String entityPath)"
nameWithType: "EntityNameHelper.formatDeadLetterPath(String entityPath)"
summary: "Formats the dead letter path for either a queue, or a subscription."
modifiers:
- "static"
parameters:
- description: "- The name of the queue, or path of the subscription."
name: "entityPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static String formatDeadLetterPath(String entityPath)"
desc: "Formats the dead letter path for either a queue, or a subscription."
returns:
description: "- The path as a String of the dead letter entity."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.servicebus.management.EntityNameHelper.formatRulePath(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.servicebus.management.EntityNameHelper.formatRulePath(String topicPath, String subscriptionName, String ruleName)"
name: "formatRulePath(String topicPath, String subscriptionName, String ruleName)"
nameWithType: "EntityNameHelper.formatRulePath(String topicPath, String subscriptionName, String ruleName)"
summary: "Formats the rule path, based on the topic path, subscription name and the rule name."
modifiers:
- "static"
parameters:
- description: "- The name of the topic, including slashes."
name: "topicPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "- The name of the subscription."
name: "subscriptionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "- The name of the rule."
name: "ruleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static String formatRulePath(String topicPath, String subscriptionName, String ruleName)"
desc: "Formats the rule path, based on the topic path, subscription name and the rule name."
returns:
description: "The path of the rule"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.servicebus.management.EntityNameHelper.formatSubscriptionPath(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.servicebus.management.EntityNameHelper.formatSubscriptionPath(String topicPath, String subscriptionName)"
name: "formatSubscriptionPath(String topicPath, String subscriptionName)"
nameWithType: "EntityNameHelper.formatSubscriptionPath(String topicPath, String subscriptionName)"
summary: "Formats the subscription path, based on the topic path and subscription name."
modifiers:
- "static"
parameters:
- description: "- The name of the topic, including slashes."
name: "topicPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "- The name of the subscription."
name: "subscriptionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static String formatSubscriptionPath(String topicPath, String subscriptionName)"
desc: "Formats the subscription path, based on the topic path and subscription name."
returns:
description: "The path of the subscription."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.servicebus.management.EntityNameHelper.formatTransferDeadLetterPath(java.lang.String)"
fullName: "com.microsoft.azure.servicebus.management.EntityNameHelper.formatTransferDeadLetterPath(String entityPath)"
name: "formatTransferDeadLetterPath(String entityPath)"
nameWithType: "EntityNameHelper.formatTransferDeadLetterPath(String entityPath)"
summary: "Formats the transfer dead letter path."
modifiers:
- "static"
parameters:
- description: "- Path of the entity whose transfer dead letter needs to be formatted."
name: "entityPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static String formatTransferDeadLetterPath(String entityPath)"
desc: "Formats the transfer dead letter path."
returns:
description: "The path of the transfer dead letter sub-queue for the entity"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "This class can be used to format the path for different Service Bus entity types."
metadata: {}
package: "com.microsoft.azure.servicebus.management"
artifact: com.microsoft.azure:azure-servicebus:3.6.7