Class AzureReleaseMetadata
- Namespace
- DotNetDo
- Assembly
- DotNetDo.Core.dll
Environment metadata used by AzureReleaseMetadata.
public sealed record AzureReleaseMetadata : IEquatable<AzureReleaseMetadata>Properties
AttemptNumber
The AttemptNumber metadata read from the provider environment.
public int? AttemptNumber { get; }Property Value
- int?
DefinitionId
Reads RELEASE_DEFINITIONID; returns null when it is unset or empty.
public long? DefinitionId { get; }Property Value
- long?
DefinitionName
Reads RELEASE_DEFINITIONNAME; returns null when it is unset or empty.
public string? DefinitionName { get; }Property Value
DeploymentId
Reads RELEASE_DEPLOYMENTID; returns null when it is unset or empty.
public string? DeploymentId { get; }Property Value
Description
Reads RELEASE_RELEASEDESCRIPTION; returns null when it is unset or empty.
public string? Description { get; }Property Value
EnvironmentId
Reads RELEASE_ENVIRONMENTID; returns null when it is unset or empty.
public long? EnvironmentId { get; }Property Value
- long?
EnvironmentName
Reads RELEASE_ENVIRONMENTNAME; returns null when it is unset or empty.
public string? EnvironmentName { get; }Property Value
Id
Reads RELEASE_RELEASEID; returns null when it is unset or empty.
public long? Id { get; }Property Value
- long?
Name
Reads RELEASE_RELEASENAME; returns null when it is unset or empty.
public string? Name { get; }Property Value
Reason
Reads RELEASE_REASON; returns null when it is unset or empty.
public string? Reason { get; }Property Value
RequestedFor
Reads RELEASE_REQUESTEDFOR; returns null when it is unset or empty.
public string? RequestedFor { get; }Property Value
RequestedForId
Reads RELEASE_REQUESTEDFORID; returns null when it is unset or empty.
public string? RequestedForId { get; }Property Value
WebUrl
Reads RELEASE_RELEASEWEBURL; returns null when it is unset or empty.
public Uri? WebUrl { get; }Property Value
- Uri?