| | | 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.Resources.Models |
| | | 9 | | { |
| | | 10 | | /// <summary> Resource provider operation's display properties. </summary> |
| | | 11 | | internal partial class ResourceProviderOperationDisplayProperties |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of ResourceProviderOperationDisplayProperties. </summary> |
| | 0 | 14 | | internal ResourceProviderOperationDisplayProperties() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Initializes a new instance of ResourceProviderOperationDisplayProperties. </summary> |
| | | 19 | | /// <param name="publisher"> Operation description. </param> |
| | | 20 | | /// <param name="provider"> Operation provider. </param> |
| | | 21 | | /// <param name="resource"> Operation resource. </param> |
| | | 22 | | /// <param name="operation"> Resource provider operation. </param> |
| | | 23 | | /// <param name="description"> Operation description. </param> |
| | 0 | 24 | | internal ResourceProviderOperationDisplayProperties(string publisher, string provider, string resource, string o |
| | | 25 | | { |
| | 0 | 26 | | Publisher = publisher; |
| | 0 | 27 | | Provider = provider; |
| | 0 | 28 | | Resource = resource; |
| | 0 | 29 | | Operation = operation; |
| | 0 | 30 | | Description = description; |
| | 0 | 31 | | } |
| | | 32 | | |
| | | 33 | | /// <summary> Operation description. </summary> |
| | 0 | 34 | | public string Publisher { get; } |
| | | 35 | | /// <summary> Operation provider. </summary> |
| | 0 | 36 | | public string Provider { get; } |
| | | 37 | | /// <summary> Operation resource. </summary> |
| | 0 | 38 | | public string Resource { get; } |
| | | 39 | | /// <summary> Resource provider operation. </summary> |
| | 0 | 40 | | public string Operation { get; } |
| | | 41 | | /// <summary> Operation description. </summary> |
| | 0 | 42 | | public string Description { get; } |
| | | 43 | | } |
| | | 44 | | } |