зеркало из
1
0
Форкнуть 0

Regen azure_mgmt_service_bus using AutoRest.1.0.0-Nightly20161114

This commit is contained in:
Vishrut Shah 2016-11-16 12:08:20 -08:00
Родитель 9f5e9b9025
Коммит 38772ff889
12 изменённых файлов: 112 добавлений и 99 удалений

Просмотреть файл

@ -19,12 +19,12 @@ module Azure::ARM::ServiceBus
attr_accessor :location attr_accessor :location
# @return [String] The duration of a peek-lock; that is, the amount of # @return [String] The duration of a peek-lock; that is, the amount of
# time that the message is locked for other receivers. The maximum # time that the message is locked for other receivers. The maximum value
# value for LockDuration is 5 minutes; the default value is 1 minute. # for LockDuration is 5 minutes; the default value is 1 minute.
attr_accessor :lock_duration attr_accessor :lock_duration
# @return [DateTime] Last time a message was sent, or the last time # @return [DateTime] Last time a message was sent, or the last time there
# there was a receive request to this queue. # was a receive request to this queue.
attr_accessor :accessed_at attr_accessor :accessed_at
# @return [String] the TimeSpan idle interval after which the queue is # @return [String] the TimeSpan idle interval after which the queue is
@ -58,8 +58,8 @@ module Azure::ARM::ServiceBus
attr_accessor :dead_lettering_on_message_expiration attr_accessor :dead_lettering_on_message_expiration
# @return [Boolean] A value that indicates whether Express Entities are # @return [Boolean] A value that indicates whether Express Entities are
# enabled. An express queue holds a message in memory temporarily # enabled. An express queue holds a message in memory temporarily before
# before writing it to persistent storage. # writing it to persistent storage.
attr_accessor :enable_express attr_accessor :enable_express
# @return [Boolean] A value that indicates whether the queue is to be # @return [Boolean] A value that indicates whether the queue is to be
@ -88,15 +88,15 @@ module Azure::ARM::ServiceBus
# detection. # detection.
attr_accessor :requires_duplicate_detection attr_accessor :requires_duplicate_detection
# @return [Boolean] A value that indicates whether the queue supports # @return [Boolean] A value that indicates whether the queue supports the
# the concept of sessions. # concept of sessions.
attr_accessor :requires_session attr_accessor :requires_session
# @return [Integer] The size of the queue, in bytes. # @return [Integer] The size of the queue, in bytes.
attr_accessor :size_in_bytes attr_accessor :size_in_bytes
# @return [EntityStatus] Enumerates the possible values for the status # @return [EntityStatus] Enumerates the possible values for the status of
# of a messaging entity. Possible values include: 'Active', 'Creating', # a messaging entity. Possible values include: 'Active', 'Creating',
# 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring', # 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
# 'SendDisabled', 'Unknown' # 'SendDisabled', 'Unknown'
attr_accessor :status attr_accessor :status

Просмотреть файл

@ -13,12 +13,12 @@ module Azure::ARM::ServiceBus
include MsRestAzure include MsRestAzure
# @return [String] The duration of a peek-lock; that is, the amount of # @return [String] The duration of a peek-lock; that is, the amount of
# time that the message is locked for other receivers. The maximum # time that the message is locked for other receivers. The maximum value
# value for LockDuration is 5 minutes; the default value is 1 minute. # for LockDuration is 5 minutes; the default value is 1 minute.
attr_accessor :lock_duration attr_accessor :lock_duration
# @return [DateTime] Last time a message was sent, or the last time # @return [DateTime] Last time a message was sent, or the last time there
# there was a receive request to this queue. # was a receive request to this queue.
attr_accessor :accessed_at attr_accessor :accessed_at
# @return [String] the TimeSpan idle interval after which the queue is # @return [String] the TimeSpan idle interval after which the queue is
@ -52,8 +52,8 @@ module Azure::ARM::ServiceBus
attr_accessor :dead_lettering_on_message_expiration attr_accessor :dead_lettering_on_message_expiration
# @return [Boolean] A value that indicates whether Express Entities are # @return [Boolean] A value that indicates whether Express Entities are
# enabled. An express queue holds a message in memory temporarily # enabled. An express queue holds a message in memory temporarily before
# before writing it to persistent storage. # writing it to persistent storage.
attr_accessor :enable_express attr_accessor :enable_express
# @return [Boolean] A value that indicates whether the queue is to be # @return [Boolean] A value that indicates whether the queue is to be
@ -82,15 +82,15 @@ module Azure::ARM::ServiceBus
# detection. # detection.
attr_accessor :requires_duplicate_detection attr_accessor :requires_duplicate_detection
# @return [Boolean] A value that indicates whether the queue supports # @return [Boolean] A value that indicates whether the queue supports the
# the concept of sessions. # concept of sessions.
attr_accessor :requires_session attr_accessor :requires_session
# @return [Integer] The size of the queue, in bytes. # @return [Integer] The size of the queue, in bytes.
attr_accessor :size_in_bytes attr_accessor :size_in_bytes
# @return [EntityStatus] Enumerates the possible values for the status # @return [EntityStatus] Enumerates the possible values for the status of
# of a messaging entity. Possible values include: 'Active', 'Creating', # a messaging entity. Possible values include: 'Active', 'Creating',
# 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring', # 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
# 'SendDisabled', 'Unknown' # 'SendDisabled', 'Unknown'
attr_accessor :status attr_accessor :status

Просмотреть файл

@ -72,8 +72,8 @@ module Azure::ARM::ServiceBus
# concept of sessions. # concept of sessions.
attr_accessor :requires_session attr_accessor :requires_session
# @return [EntityStatus] Enumerates the possible values for the status # @return [EntityStatus] Enumerates the possible values for the status of
# of a messaging entity. Possible values include: 'Active', 'Creating', # a messaging entity. Possible values include: 'Active', 'Creating',
# 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring', # 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
# 'SendDisabled', 'Unknown' # 'SendDisabled', 'Unknown'
attr_accessor :status attr_accessor :status

Просмотреть файл

@ -66,8 +66,8 @@ module Azure::ARM::ServiceBus
# concept of sessions. # concept of sessions.
attr_accessor :requires_session attr_accessor :requires_session
# @return [EntityStatus] Enumerates the possible values for the status # @return [EntityStatus] Enumerates the possible values for the status of
# of a messaging entity. Possible values include: 'Active', 'Creating', # a messaging entity. Possible values include: 'Active', 'Creating',
# 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring', # 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
# 'SendDisabled', 'Unknown' # 'SendDisabled', 'Unknown'
attr_accessor :status attr_accessor :status

Просмотреть файл

@ -52,8 +52,8 @@ module Azure::ARM::ServiceBus
attr_accessor :enable_batched_operations attr_accessor :enable_batched_operations
# @return [Boolean] Value that indicates whether Express Entities are # @return [Boolean] Value that indicates whether Express Entities are
# enabled. An express topic holds a message in memory temporarily # enabled. An express topic holds a message in memory temporarily before
# before writing it to persistent storage. # writing it to persistent storage.
attr_accessor :enable_express attr_accessor :enable_express
# @return [Boolean] Value that indicates whether the topic to be # @return [Boolean] Value that indicates whether the topic to be
@ -86,8 +86,8 @@ module Azure::ARM::ServiceBus
# @return [Integer] Size of the topic, in bytes. # @return [Integer] Size of the topic, in bytes.
attr_accessor :size_in_bytes attr_accessor :size_in_bytes
# @return [EntityStatus] Enumerates the possible values for the status # @return [EntityStatus] Enumerates the possible values for the status of
# of a messaging entity. Possible values include: 'Active', 'Creating', # a messaging entity. Possible values include: 'Active', 'Creating',
# 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring', # 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
# 'SendDisabled', 'Unknown' # 'SendDisabled', 'Unknown'
attr_accessor :status attr_accessor :status

Просмотреть файл

@ -46,8 +46,8 @@ module Azure::ARM::ServiceBus
attr_accessor :enable_batched_operations attr_accessor :enable_batched_operations
# @return [Boolean] Value that indicates whether Express Entities are # @return [Boolean] Value that indicates whether Express Entities are
# enabled. An express topic holds a message in memory temporarily # enabled. An express topic holds a message in memory temporarily before
# before writing it to persistent storage. # writing it to persistent storage.
attr_accessor :enable_express attr_accessor :enable_express
# @return [Boolean] Value that indicates whether the topic to be # @return [Boolean] Value that indicates whether the topic to be
@ -80,8 +80,8 @@ module Azure::ARM::ServiceBus
# @return [Integer] Size of the topic, in bytes. # @return [Integer] Size of the topic, in bytes.
attr_accessor :size_in_bytes attr_accessor :size_in_bytes
# @return [EntityStatus] Enumerates the possible values for the status # @return [EntityStatus] Enumerates the possible values for the status of
# of a messaging entity. Possible values include: 'Active', 'Creating', # a messaging entity. Possible values include: 'Active', 'Creating',
# 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring', # 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
# 'SendDisabled', 'Unknown' # 'SendDisabled', 'Unknown'
attr_accessor :status attr_accessor :status

Просмотреть файл

@ -469,8 +469,8 @@ module Azure::ARM::ServiceBus
# @param resource_group_name [String] The name of the resource group. # @param resource_group_name [String] The name of the resource group.
# @param namespace_name [String] The namespace name. # @param namespace_name [String] The namespace name.
# @param authorization_rule_name [String] Namespace authorization rule name. # @param authorization_rule_name [String] Namespace authorization rule name.
# @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
# The shared access authorization rule. # shared access authorization rule.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -487,8 +487,8 @@ module Azure::ARM::ServiceBus
# @param resource_group_name [String] The name of the resource group. # @param resource_group_name [String] The name of the resource group.
# @param namespace_name [String] The namespace name. # @param namespace_name [String] The namespace name.
# @param authorization_rule_name [String] Namespace authorization rule name. # @param authorization_rule_name [String] Namespace authorization rule name.
# @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
# The shared access authorization rule. # shared access authorization rule.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -504,8 +504,8 @@ module Azure::ARM::ServiceBus
# @param resource_group_name [String] The name of the resource group. # @param resource_group_name [String] The name of the resource group.
# @param namespace_name [String] The namespace name. # @param namespace_name [String] The namespace name.
# @param authorization_rule_name [String] Namespace authorization rule name. # @param authorization_rule_name [String] Namespace authorization rule name.
# @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
# The shared access authorization rule. # shared access authorization rule.
# @param [Hash{String => String}] A hash of custom headers that will be added # @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request. # to the HTTP request.
# #
@ -1166,8 +1166,8 @@ module Azure::ARM::ServiceBus
# Gets all the available namespaces within the subscription, irrespective of # Gets all the available namespaces within the subscription, irrespective of
# the resource groups. # the resource groups.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1182,8 +1182,8 @@ module Azure::ARM::ServiceBus
# Gets all the available namespaces within the subscription, irrespective of # Gets all the available namespaces within the subscription, irrespective of
# the resource groups. # the resource groups.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1197,8 +1197,8 @@ module Azure::ARM::ServiceBus
# Gets all the available namespaces within the subscription, irrespective of # Gets all the available namespaces within the subscription, irrespective of
# the resource groups. # the resource groups.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param [Hash{String => String}] A hash of custom headers that will be added # @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request. # to the HTTP request.
# #
@ -1255,8 +1255,8 @@ module Azure::ARM::ServiceBus
# #
# Gets the available namespaces within a resource group. # Gets the available namespaces within a resource group.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1270,8 +1270,8 @@ module Azure::ARM::ServiceBus
# #
# Gets the available namespaces within a resource group. # Gets the available namespaces within a resource group.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1284,8 +1284,8 @@ module Azure::ARM::ServiceBus
# #
# Gets the available namespaces within a resource group. # Gets the available namespaces within a resource group.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param [Hash{String => String}] A hash of custom headers that will be added # @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request. # to the HTTP request.
# #
@ -1342,8 +1342,8 @@ module Azure::ARM::ServiceBus
# #
# Gets the authorization rules for a namespace. # Gets the authorization rules for a namespace.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1357,8 +1357,8 @@ module Azure::ARM::ServiceBus
# #
# Gets the authorization rules for a namespace. # Gets the authorization rules for a namespace.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1371,8 +1371,8 @@ module Azure::ARM::ServiceBus
# #
# Gets the authorization rules for a namespace. # Gets the authorization rules for a namespace.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param [Hash{String => String}] A hash of custom headers that will be added # @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request. # to the HTTP request.
# #

Просмотреть файл

@ -505,8 +505,8 @@ module Azure::ARM::ServiceBus
# @param namespace_name [String] The namespace name. # @param namespace_name [String] The namespace name.
# @param queue_name [String] The queue name. # @param queue_name [String] The queue name.
# @param authorization_rule_name [String] Authorization rule name. # @param authorization_rule_name [String] Authorization rule name.
# @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
# The shared access authorization rule. # shared access authorization rule.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -524,8 +524,8 @@ module Azure::ARM::ServiceBus
# @param namespace_name [String] The namespace name. # @param namespace_name [String] The namespace name.
# @param queue_name [String] The queue name. # @param queue_name [String] The queue name.
# @param authorization_rule_name [String] Authorization rule name. # @param authorization_rule_name [String] Authorization rule name.
# @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
# The shared access authorization rule. # shared access authorization rule.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -542,8 +542,8 @@ module Azure::ARM::ServiceBus
# @param namespace_name [String] The namespace name. # @param namespace_name [String] The namespace name.
# @param queue_name [String] The queue name. # @param queue_name [String] The queue name.
# @param authorization_rule_name [String] Authorization rule name. # @param authorization_rule_name [String] Authorization rule name.
# @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
# The shared access authorization rule. # shared access authorization rule.
# @param [Hash{String => String}] A hash of custom headers that will be added # @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request. # to the HTTP request.
# #
@ -1017,8 +1017,8 @@ module Azure::ARM::ServiceBus
# #
# Gets the queues within a namespace. # Gets the queues within a namespace.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1032,8 +1032,8 @@ module Azure::ARM::ServiceBus
# #
# Gets the queues within a namespace. # Gets the queues within a namespace.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1046,8 +1046,8 @@ module Azure::ARM::ServiceBus
# #
# Gets the queues within a namespace. # Gets the queues within a namespace.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param [Hash{String => String}] A hash of custom headers that will be added # @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request. # to the HTTP request.
# #
@ -1104,8 +1104,8 @@ module Azure::ARM::ServiceBus
# #
# Gets all authorization rules for a queue. # Gets all authorization rules for a queue.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1119,8 +1119,8 @@ module Azure::ARM::ServiceBus
# #
# Gets all authorization rules for a queue. # Gets all authorization rules for a queue.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1133,8 +1133,8 @@ module Azure::ARM::ServiceBus
# #
# Gets all authorization rules for a queue. # Gets all authorization rules for a queue.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param [Hash{String => String}] A hash of custom headers that will be added # @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request. # to the HTTP request.
# #

Просмотреть файл

@ -70,6 +70,7 @@ module Azure::ARM::ServiceBus
@accept_language = 'en-US' @accept_language = 'en-US'
@long_running_operation_retry_timeout = 30 @long_running_operation_retry_timeout = 30
@generate_client_request_id = true @generate_client_request_id = true
add_telemetry
end end
# #
@ -127,5 +128,17 @@ module Azure::ARM::ServiceBus
super(request_url, method, path, options) super(request_url, method, path, options)
end end
private
#
# Adds telemetry information.
#
def add_telemetry
sdk_information = 'azure_mgmt_service_bus'
if defined? Azure::ARM::ServiceBus::VERSION
sdk_information = "#{sdk_information}/#{Azure::ARM::ServiceBus::VERSION}"
end
add_user_agent_information(sdk_information)
end
end end
end end

Просмотреть файл

@ -422,8 +422,8 @@ module Azure::ARM::ServiceBus
# #
# Lsit all the subscriptions under a specified topic. # Lsit all the subscriptions under a specified topic.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -437,8 +437,8 @@ module Azure::ARM::ServiceBus
# #
# Lsit all the subscriptions under a specified topic. # Lsit all the subscriptions under a specified topic.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -451,8 +451,8 @@ module Azure::ARM::ServiceBus
# #
# Lsit all the subscriptions under a specified topic. # Lsit all the subscriptions under a specified topic.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param [Hash{String => String}] A hash of custom headers that will be added # @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request. # to the HTTP request.
# #

Просмотреть файл

@ -505,8 +505,8 @@ module Azure::ARM::ServiceBus
# @param namespace_name [String] The namespace name. # @param namespace_name [String] The namespace name.
# @param topic_name [String] The topic name. # @param topic_name [String] The topic name.
# @param authorization_rule_name [String] Authorization rule name. # @param authorization_rule_name [String] Authorization rule name.
# @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
# The shared access authorization rule. # shared access authorization rule.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -524,8 +524,8 @@ module Azure::ARM::ServiceBus
# @param namespace_name [String] The namespace name. # @param namespace_name [String] The namespace name.
# @param topic_name [String] The topic name. # @param topic_name [String] The topic name.
# @param authorization_rule_name [String] Authorization rule name. # @param authorization_rule_name [String] Authorization rule name.
# @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
# The shared access authorization rule. # shared access authorization rule.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -542,8 +542,8 @@ module Azure::ARM::ServiceBus
# @param namespace_name [String] The namespace name. # @param namespace_name [String] The namespace name.
# @param topic_name [String] The topic name. # @param topic_name [String] The topic name.
# @param authorization_rule_name [String] Authorization rule name. # @param authorization_rule_name [String] Authorization rule name.
# @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
# The shared access authorization rule. # shared access authorization rule.
# @param [Hash{String => String}] A hash of custom headers that will be added # @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request. # to the HTTP request.
# #
@ -1017,8 +1017,8 @@ module Azure::ARM::ServiceBus
# #
# Gets all the topics in a namespace. # Gets all the topics in a namespace.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1032,8 +1032,8 @@ module Azure::ARM::ServiceBus
# #
# Gets all the topics in a namespace. # Gets all the topics in a namespace.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1046,8 +1046,8 @@ module Azure::ARM::ServiceBus
# #
# Gets all the topics in a namespace. # Gets all the topics in a namespace.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param [Hash{String => String}] A hash of custom headers that will be added # @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request. # to the HTTP request.
# #
@ -1104,8 +1104,8 @@ module Azure::ARM::ServiceBus
# #
# Gets authorization rules for a topic. # Gets authorization rules for a topic.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1119,8 +1119,8 @@ module Azure::ARM::ServiceBus
# #
# Gets authorization rules for a topic. # Gets authorization rules for a topic.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param custom_headers [Hash{String => String}] A hash of custom headers that # @param custom_headers [Hash{String => String}] A hash of custom headers that
# will be added to the HTTP request. # will be added to the HTTP request.
# #
@ -1133,8 +1133,8 @@ module Azure::ARM::ServiceBus
# #
# Gets authorization rules for a topic. # Gets authorization rules for a topic.
# #
# @param next_page_link [String] The NextLink from the previous successful # @param next_page_link [String] The NextLink from the previous successful call
# call to List operation. # to List operation.
# @param [Hash{String => String}] A hash of custom headers that will be added # @param [Hash{String => String}] A hash of custom headers that will be added
# to the HTTP request. # to the HTTP request.
# #

Просмотреть файл

@ -4,5 +4,5 @@
# regenerated. # regenerated.
module Azure::ARM::ServiceBus module Azure::ARM::ServiceBus
VERSION = '0.7.0' VERSION = '0.8.0'
end end