Class: Azure::Storage::Mgmt::V2021_01_01::Models::PrivateEndpoint
- Inherits:
-
Object
- Object
- Azure::Storage::Mgmt::V2021_01_01::Models::PrivateEndpoint
- Includes:
- MsRestAzure
- Defined in:
- lib/2021-01-01/generated/azure_mgmt_storage/models/private_endpoint.rb
Overview
The Private Endpoint resource.
Instance Attribute Summary collapse
-
#id ⇒ String
The ARM identifier for Private Endpoint.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for PrivateEndpoint class as Ruby Hash.
Instance Attribute Details
#id ⇒ String
Returns The ARM identifier for Private Endpoint.
16 17 18 |
# File 'lib/2021-01-01/generated/azure_mgmt_storage/models/private_endpoint.rb', line 16 def id @id end |
Class Method Details
.mapper ⇒ Object
Mapper for PrivateEndpoint 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 |
# File 'lib/2021-01-01/generated/azure_mgmt_storage/models/private_endpoint.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PrivateEndpoint', type: { name: 'Composite', class_name: 'PrivateEndpoint', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } } } } } end |