ContainerRegistryMetadataSearch Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether registry artifacts are indexed for metadata search.
public readonly struct ContainerRegistryMetadataSearch : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryMetadataSearch>
type ContainerRegistryMetadataSearch = struct
Public Structure ContainerRegistryMetadataSearch
Implements IEquatable(Of ContainerRegistryMetadataSearch)
- Inheritance
-
ContainerRegistryMetadataSearch
- Implements
Constructors
ContainerRegistryMetadataSearch(String) |
Initializes a new instance of ContainerRegistryMetadataSearch. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(ContainerRegistryMetadataSearch) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ContainerRegistryMetadataSearch, ContainerRegistryMetadataSearch) |
Determines if two ContainerRegistryMetadataSearch values are the same. |
Implicit(String to ContainerRegistryMetadataSearch) |
Converts a String to a ContainerRegistryMetadataSearch. |
Inequality(ContainerRegistryMetadataSearch, ContainerRegistryMetadataSearch) |
Determines if two ContainerRegistryMetadataSearch values are not the same. |
Applies to
Azure SDK for .NET