class Azure::KubernetesConfiguration::Mgmt::V2019_11_01_preview::Models::ResourceProviderOperation
Supported operation of this resource provider.
Attributes
display[RW]
@return [ResourceProviderOperationDisplay] Display metadata associated with the operation.
name[RW]
@return [String] Operation name, in format of {provider}/{resource}/{operation}
Public Class Methods
mapper()
click to toggle source
Mapper for ResourceProviderOperation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-11-01-preview/generated/azure_mgmt_kubernetes_configuration/models/resource_provider_operation.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ResourceProviderOperation', type: { name: 'Composite', class_name: 'ResourceProviderOperation', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, display: { client_side_validation: true, required: false, serialized_name: 'display', type: { name: 'Composite', class_name: 'ResourceProviderOperationDisplay' } } } } } end