| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.ResourceManager.KeyVault.Models |
| | 9 | | { |
| | 10 | | /// <summary> Key Vault REST API operation definition. </summary> |
| | 11 | | public partial class Operation |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of Operation. </summary> |
| 0 | 14 | | internal Operation() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of Operation. </summary> |
| | 19 | | /// <param name="name"> Operation name: {provider}/{resource}/{operation}. </param> |
| | 20 | | /// <param name="display"> Display metadata associated with the operation. </param> |
| | 21 | | /// <param name="origin"> The origin of operations. </param> |
| | 22 | | /// <param name="serviceSpecification"> One property of operation, include metric specifications. </param> |
| 0 | 23 | | internal Operation(string name, OperationDisplay display, string origin, ServiceSpecification serviceSpecificati |
| | 24 | | { |
| 0 | 25 | | Name = name; |
| 0 | 26 | | Display = display; |
| 0 | 27 | | Origin = origin; |
| 0 | 28 | | ServiceSpecification = serviceSpecification; |
| 0 | 29 | | } |
| | 30 | |
|
| | 31 | | /// <summary> Operation name: {provider}/{resource}/{operation}. </summary> |
| 0 | 32 | | public string Name { get; } |
| | 33 | | /// <summary> Display metadata associated with the operation. </summary> |
| 0 | 34 | | public OperationDisplay Display { get; } |
| | 35 | | /// <summary> The origin of operations. </summary> |
| 0 | 36 | | public string Origin { get; } |
| | 37 | | /// <summary> One property of operation, include metric specifications. </summary> |
| 0 | 38 | | public ServiceSpecification ServiceSpecification { get; } |
| | 39 | | } |
| | 40 | | } |