RegistryNameStatusInner Constructors
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.
Overloads
RegistryNameStatusInner() |
Initializes a new instance of the RegistryNameStatusInner class. |
RegistryNameStatusInner(Nullable<Boolean>, String, String) |
Initializes a new instance of the RegistryNameStatusInner class. |
RegistryNameStatusInner()
Initializes a new instance of the RegistryNameStatusInner class.
public RegistryNameStatusInner ();
Public Sub New ()
Applies to
RegistryNameStatusInner(Nullable<Boolean>, String, String)
Initializes a new instance of the RegistryNameStatusInner class.
public RegistryNameStatusInner (bool? nameAvailable = default, string reason = default, string message = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryNameStatusInner : Nullable<bool> * string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryNameStatusInner
Public Sub New (Optional nameAvailable As Nullable(Of Boolean) = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing)
Parameters
- reason
- String
If any, the reason that the name is not available.
- message
- String
If any, the error message that provides more detail for the reason that the name is not available.