BatchCertificateVisibility Struct
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.
BatchCertificateVisibility enums.
public readonly struct BatchCertificateVisibility : IEquatable<Azure.Compute.Batch.BatchCertificateVisibility>
type BatchCertificateVisibility = struct
Public Structure BatchCertificateVisibility
Implements IEquatable(Of BatchCertificateVisibility)
- Inheritance
-
BatchCertificateVisibility
- Implements
Constructors
BatchCertificateVisibility(String) |
Initializes a new instance of BatchCertificateVisibility. |
Properties
RemoteUser |
The Certificate should be visible to the user accounts under which users remotely access the Compute Node. |
StartTask |
The Certificate should be visible to the user account under which the StartTask is run. Note that if AutoUser Scope is Pool for both the StartTask and a Task, this certificate will be visible to the Task as well. |
Task |
The Certificate should be visible to the user accounts under which Job Tasks are run. |
Methods
Equals(BatchCertificateVisibility) |
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(BatchCertificateVisibility, BatchCertificateVisibility) |
Determines if two BatchCertificateVisibility values are the same. |
Implicit(String to BatchCertificateVisibility) |
Converts a String to a BatchCertificateVisibility. |
Inequality(BatchCertificateVisibility, BatchCertificateVisibility) |
Determines if two BatchCertificateVisibility values are not the same. |