class Azure::Compute::Mgmt::V2020_09_30_preview::Models::SharingProfileGroup
Group of the gallery sharing profile
Attributes
ids[RW]
@return [Array<String>] A list of subscription/tenant ids the gallery is aimed to be shared to.
type[RW]
@return [SharingProfileGroupTypes] This property allows you to specify the type of sharing group.
Possible values are:
*Subscriptions*
*AADTenants*. Possible values include: 'Subscriptions', 'AADTenants'
Public Class Methods
mapper()
click to toggle source
Mapper for SharingProfileGroup
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-09-30-preview/generated/azure_mgmt_compute/models/sharing_profile_group.rb, line 30 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SharingProfileGroup', type: { name: 'Composite', class_name: 'SharingProfileGroup', model_properties: { type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'String' } }, ids: { client_side_validation: true, required: false, serialized_name: 'ids', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end