Share via


BatchCertificateStoreLocation Struct

Definition

BatchCertificateStoreLocation enums.

public readonly struct BatchCertificateStoreLocation : IEquatable<Azure.Compute.Batch.BatchCertificateStoreLocation>
type BatchCertificateStoreLocation = struct
Public Structure BatchCertificateStoreLocation
Implements IEquatable(Of BatchCertificateStoreLocation)
Inheritance
BatchCertificateStoreLocation
Implements

Constructors

BatchCertificateStoreLocation(String)

Initializes a new instance of BatchCertificateStoreLocation.

Properties

CurrentUser

Certificates should be installed to the CurrentUser Certificate store.

LocalMachine

Certificates should be installed to the LocalMachine Certificate store.

Methods

Equals(BatchCertificateStoreLocation)

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(BatchCertificateStoreLocation, BatchCertificateStoreLocation)

Determines if two BatchCertificateStoreLocation values are the same.

Implicit(String to BatchCertificateStoreLocation)

Converts a String to a BatchCertificateStoreLocation.

Inequality(BatchCertificateStoreLocation, BatchCertificateStoreLocation)

Determines if two BatchCertificateStoreLocation values are not the same.

Applies to