Show / Hide Table of Contents

Class AzureDetails

Details for various required Azure Resources...if still needed in V2.

Inheritance
System.Object
AzureDetails
Implements
System.IEquatable<AzureDetails>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.TitleConfiguration
Assembly: CrashCABN.TitleConfiguration.Abstractions.dll
Syntax
public class AzureDetails : IEquatable<AzureDetails>

Properties

View Source

AzureKeyVaultCertSubject

Declaration
[Required]
[StringLength(2147483647, MinimumLength = 1)]
public string AzureKeyVaultCertSubject { get; set; }
Property Value
Type Description
System.String
View Source

AzureKeyVaultClientAppId

Declaration
[Required]
[StringLength(2147483647, MinimumLength = 1)]
public string AzureKeyVaultClientAppId { get; set; }
Property Value
Type Description
System.String
View Source

AzureKeyVaultUri

Declaration
[Required]
public Uri AzureKeyVaultUri { get; set; }
Property Value
Type Description
System.Uri

Implements

System.IEquatable<T>
  • View Source
In This Article
Back to top Generated by DocFX