你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchCertificateVisibility Struct

Definition

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.

Applies to