Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AttachNewDataDiskOptions

include MsRestAzure

# @return [Integer] Size of the disk to be attached in GibiBytes.
# @return [Integer] Size of the disk to be attached in Gibibytes.
attr_accessor :disk_size_gi_b

# @return [String] The name of the disk to be attached.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Disk < Resource
# Premium). Possible values include: 'Standard', 'Premium'
attr_accessor :disk_type

# @return [Integer] The size of the disk in GibiBytes.
# @return [Integer] The size of the disk in Gibibytes.
attr_accessor :disk_size_gi_b

# @return [String] The resource ID of the VM to which this disk is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Azure::DevTestLabs::Mgmt::V2016_05_15
module Models
#
# Reponse body for generating an upload URI.
# Response body for generating an upload URI.
#
class GenerateUploadUriResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def initialize(client)
attr_reader :client

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -44,7 +44,7 @@ def list(resource_group_name, lab_name, expand = nil, filter = nil, top = nil, o
end

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -65,7 +65,7 @@ def list_with_http_info(resource_group_name, lab_name, expand = nil, filter = ni
end

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand Down Expand Up @@ -134,7 +134,7 @@ def list_async(resource_group_name, lab_name, expand = nil, filter = nil, top =
end

#
# Get notificationchannel.
# Get notification channels.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -152,7 +152,7 @@ def get(resource_group_name, lab_name, name, expand = nil, custom_headers = nil)
end

#
# Get notificationchannel.
# Get notification channels.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -169,7 +169,7 @@ def get_with_http_info(resource_group_name, lab_name, name, expand = nil, custom
end

#
# Get notificationchannel.
# Get notification channels.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand Down Expand Up @@ -353,7 +353,7 @@ def create_or_update_async(resource_group_name, lab_name, name, notification_cha
end

#
# Delete notificationchannel.
# Delete notification channel.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -368,7 +368,7 @@ def delete(resource_group_name, lab_name, name, custom_headers = nil)
end

#
# Delete notificationchannel.
# Delete notification channel.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -383,7 +383,7 @@ def delete_with_http_info(resource_group_name, lab_name, name, custom_headers =
end

#
# Delete notificationchannel.
# Delete notification channel.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand Down Expand Up @@ -437,7 +437,7 @@ def delete_async(resource_group_name, lab_name, name, custom_headers = nil)
end

#
# Modify properties of notificationchannels.
# Modify properties of notification channels.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -454,7 +454,7 @@ def update(resource_group_name, lab_name, name, notification_channel, custom_hea
end

#
# Modify properties of notificationchannels.
# Modify properties of notification channels.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -470,7 +470,7 @@ def update_with_http_info(resource_group_name, lab_name, name, notification_chan
end

#
# Modify properties of notificationchannels.
# Modify properties of notification channels.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand Down Expand Up @@ -645,7 +645,7 @@ def notify_async(resource_group_name, lab_name, name, notify_parameters, custom_
end

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param next_page_link [String] The NextLink from the previous successful call
# to List operation.
Expand All @@ -660,7 +660,7 @@ def list_next(next_page_link, custom_headers = nil)
end

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param next_page_link [String] The NextLink from the previous successful call
# to List operation.
Expand All @@ -674,7 +674,7 @@ def list_next_with_http_info(next_page_link, custom_headers = nil)
end

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param next_page_link [String] The NextLink from the previous successful call
# to List operation.
Expand Down Expand Up @@ -732,7 +732,7 @@ def list_next_async(next_page_link, custom_headers = nil)
end

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AttachNewDataDiskOptions

include MsRestAzure

# @return [Integer] Size of the disk to be attached in GibiBytes.
# @return [Integer] Size of the disk to be attached in Gibibytes.
attr_accessor :disk_size_gi_b

# @return [String] The name of the disk to be attached.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AttachNewDataDiskOptionsFragment

include MsRestAzure

# @return [Integer] Size of the disk to be attached in GibiBytes.
# @return [Integer] Size of the disk to be attached in Gibibytes.
attr_accessor :disk_size_gi_b

# @return [String] The name of the disk to be attached.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Disk < Resource
# Premium). Possible values include: 'Standard', 'Premium'
attr_accessor :disk_type

# @return [Integer] The size of the disk in GibiBytes.
# @return [Integer] The size of the disk in Gibibytes.
attr_accessor :disk_size_gi_b

# @return [String] The resource ID of the VM to which this disk is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DiskFragment < UpdateResource
# Premium). Possible values include: 'Standard', 'Premium'
attr_accessor :disk_type

# @return [Integer] The size of the disk in GibiBytes.
# @return [Integer] The size of the disk in Gibibytes.
attr_accessor :disk_size_gi_b

# @return [String] The resource ID of the VM to which this disk is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def initialize(client)
attr_reader :client

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -45,7 +45,7 @@ def list(resource_group_name, lab_name, expand = nil, filter = nil, top = nil, o
end

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -67,7 +67,7 @@ def list_with_http_info(resource_group_name, lab_name, expand = nil, filter = ni
end

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand Down Expand Up @@ -137,7 +137,7 @@ def list_async(resource_group_name, lab_name, expand = nil, filter = nil, top =
end

#
# Get notificationchannel.
# Get notification channel.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -155,7 +155,7 @@ def get(resource_group_name, lab_name, name, expand = nil, custom_headers = nil)
end

#
# Get notificationchannel.
# Get notification channel.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -172,7 +172,7 @@ def get_with_http_info(resource_group_name, lab_name, name, expand = nil, custom
end

#
# Get notificationchannel.
# Get notification channel.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand Down Expand Up @@ -356,7 +356,7 @@ def create_or_update_async(resource_group_name, lab_name, name, notification_cha
end

#
# Delete notificationchannel.
# Delete notification channel.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -371,7 +371,7 @@ def delete(resource_group_name, lab_name, name, custom_headers = nil)
end

#
# Delete notificationchannel.
# Delete notification channel.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -386,7 +386,7 @@ def delete_with_http_info(resource_group_name, lab_name, name, custom_headers =
end

#
# Delete notificationchannel.
# Delete notification channel.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand Down Expand Up @@ -440,7 +440,7 @@ def delete_async(resource_group_name, lab_name, name, custom_headers = nil)
end

#
# Modify properties of notificationchannels.
# Modify properties of notification channels.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -457,7 +457,7 @@ def update(resource_group_name, lab_name, name, notification_channel, custom_hea
end

#
# Modify properties of notificationchannels.
# Modify properties of notification channels.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand All @@ -473,7 +473,7 @@ def update_with_http_info(resource_group_name, lab_name, name, notification_chan
end

#
# Modify properties of notificationchannels.
# Modify properties of notification channels.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand Down Expand Up @@ -648,7 +648,7 @@ def notify_async(resource_group_name, lab_name, name, notify_parameters, custom_
end

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param next_page_link [String] The NextLink from the previous successful call
# to List operation.
Expand All @@ -663,7 +663,7 @@ def list_next(next_page_link, custom_headers = nil)
end

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param next_page_link [String] The NextLink from the previous successful call
# to List operation.
Expand All @@ -677,7 +677,7 @@ def list_next_with_http_info(next_page_link, custom_headers = nil)
end

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param next_page_link [String] The NextLink from the previous successful call
# to List operation.
Expand Down Expand Up @@ -735,7 +735,7 @@ def list_next_async(next_page_link, custom_headers = nil)
end

#
# List notificationchannels in a given lab.
# List notification channels in a given lab.
#
# @param resource_group_name [String] The name of the resource group.
# @param lab_name [String] The name of the lab.
Expand Down