Class: Azure::Synapse::Mgmt::V2019_06_01_preview::Models::ProxyResource
- Inherits:
-
Resource
- Object
- Resource
- Azure::Synapse::Mgmt::V2019_06_01_preview::Models::ProxyResource
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/proxy_resource.rb
Overview
The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location
Direct Known Subclasses
DataMaskingPolicy, DataMaskingRule, DataWarehouseUserActivities, ExtendedServerBlobAuditingPolicy, ExtendedSqlPoolBlobAuditingPolicy, GeoBackupPolicy, IpFirewallRuleInfo, Key, ManagedIdentitySqlControlSettingsModel, MetadataSyncConfig, PrivateEndpointConnection, PrivateLinkResource, RecoverableSqlPool, ReplicationLink, RestorableDroppedSqlPool, RestorePoint, SensitivityLabel, ServerBlobAuditingPolicy, ServerSecurityAlertPolicy, ServerVulnerabilityAssessment, SqlPoolBlobAuditingPolicy, SqlPoolColumn, SqlPoolConnectionPolicy, SqlPoolOperation, SqlPoolSchema, SqlPoolSecurityAlertPolicy, SqlPoolTable, SqlPoolVulnerabilityAssessment, SqlPoolVulnerabilityAssessmentRuleBaseline, SqlPoolVulnerabilityAssessmentScansExport, TransparentDataEncryption, VulnerabilityAssessmentScanRecord, WorkloadClassifier, WorkloadGroup, WorkspaceAadAdminInfo
Instance Attribute Summary
Attributes inherited from Resource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ProxyResource class as Ruby Hash.
Methods inherited from Resource
Class Method Details
.mapper ⇒ Object
Mapper for ProxyResource class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/proxy_resource.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ProxyResource', type: { name: 'Composite', class_name: 'ProxyResource', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } } } } } end |