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

ServiceDataAccessAuthIdentity Struct

Definition

Argument completer implementation for ServiceDataAccessAuthIdentity.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentityTypeConverter))]
public struct ServiceDataAccessAuthIdentity : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentity>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ServiceDataAccessAuthIdentityTypeConverter))>]
type ServiceDataAccessAuthIdentity = struct
    interface IArgumentCompleter
Public Structure ServiceDataAccessAuthIdentity
Implements IArgumentCompleter, IEquatable(Of ServiceDataAccessAuthIdentity)
Inheritance
ServiceDataAccessAuthIdentity
Attributes
Implements

Fields

None

Do not use any identity for service data access.

WorkspaceSystemAssignedIdentity

Use the system assigned managed identity of the Workspace to authenticate service data access.

WorkspaceUserAssignedIdentity

Use the user assigned managed identity of the Workspace to authenticate service data access.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ServiceDataAccessAuthIdentity (override for Object)

Equals(ServiceDataAccessAuthIdentity)

Compares values of enum type ServiceDataAccessAuthIdentity

GetHashCode()

Returns hashCode for enum ServiceDataAccessAuthIdentity

ToString()

Returns string representation for ServiceDataAccessAuthIdentity

Operators

Equality(ServiceDataAccessAuthIdentity, ServiceDataAccessAuthIdentity)

Overriding == operator for enum ServiceDataAccessAuthIdentity

Implicit(ServiceDataAccessAuthIdentity to String)

Implicit operator to convert ServiceDataAccessAuthIdentity to string

Implicit(String to ServiceDataAccessAuthIdentity)

Implicit operator to convert string to ServiceDataAccessAuthIdentity

Inequality(ServiceDataAccessAuthIdentity, ServiceDataAccessAuthIdentity)

Overriding != operator for enum ServiceDataAccessAuthIdentity

Applies to