ArmContainerRegistryModelFactory.ConnectedRegistryStatusDetail Method
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.
Initializes a new instance of ConnectedRegistryStatusDetail.
public static Azure.ResourceManager.ContainerRegistry.Models.ConnectedRegistryStatusDetail ConnectedRegistryStatusDetail(string statusDetailType = default, string code = default, string description = default, DateTimeOffset? timestamp = default, Guid? correlationId = default);
static member ConnectedRegistryStatusDetail : string * string * string * Nullable<DateTimeOffset> * Nullable<Guid> -> Azure.ResourceManager.ContainerRegistry.Models.ConnectedRegistryStatusDetail
Public Shared Function ConnectedRegistryStatusDetail (Optional statusDetailType As String = Nothing, Optional code As String = Nothing, Optional description As String = Nothing, Optional timestamp As Nullable(Of DateTimeOffset) = Nothing, Optional correlationId As Nullable(Of Guid) = Nothing) As ConnectedRegistryStatusDetail
Parameters
- statusDetailType
- String
The component of the connected registry corresponding to the status.
- code
- String
The code of the status.
- description
- String
The description of the status.
- timestamp
- Nullable<DateTimeOffset>
The timestamp of the status.
Returns
A new ConnectedRegistryStatusDetail instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET