ContainerRegistry.Autorest/custom/Registry.cs
|
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information. // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. namespace Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models { using static Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Extensions; /// <summary>An object that represents a container registry.</summary> public partial class Registry : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IRegistry, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IRegistryInternal, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IValidates { public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IRegistryUsage[] Usages {get;set;} } } |