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

ScanAuthorizationType Struct

Definition

Argument completer implementation for ScanAuthorizationType.

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

Fields

AdlsGen1Credential
AdlsGen1Msi
AdlsGen2Credential
AdlsGen2Msi
AmazonAccountCredential
AmazonPostgreSqlCredential
AmazonPostgreSqlRoleArn
AmazonS3Credential
AmazonS3RoleArn
AmazonSqlCredential
AzureCosmosDbCredential
AzureDataExplorerCredential
AzureDataExplorerMsi
AzureFileServiceCredential
AzureMySqlCredential
AzurePostgreSqlCredential
AzureResourceGroupCredential
AzureResourceGroupMsi
AzureSqlDatabaseCredential
AzureSqlDatabaseManagedInstanceCredential
AzureSqlDatabaseManagedInstanceMsi
AzureSqlDatabaseMsi
AzureSqlDataWarehouseCredential
AzureSqlDataWarehouseMsi
AzureStorageCredential
AzureStorageMsi
AzureSubscriptionCredential
AzureSubscriptionMsi
AzureSynapseCredential
AzureSynapseMsi
AzureSynapseWorkspaceCredential
AzureSynapseWorkspaceMsi
OracleCredential
OracleUserPass
PowerBiDelegated
PowerBiMsi
SapEccCredential
SapEccUserPass
SapS4HanaSapS4HanaCredential
SapS4HanaSapS4HanaUserPass
SqlServerDatabaseCredential
TeradataCredential
TeradataTeradataUserPass
TeradataUserPass

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 ScanAuthorizationType (override for Object)

Equals(ScanAuthorizationType)

Compares values of enum type ScanAuthorizationType

GetHashCode()

Returns hashCode for enum ScanAuthorizationType

ToString()

Returns string representation for ScanAuthorizationType

Operators

Equality(ScanAuthorizationType, ScanAuthorizationType)

Overriding == operator for enum ScanAuthorizationType

Implicit(ScanAuthorizationType to String)

Implicit operator to convert ScanAuthorizationType to string

Implicit(String to ScanAuthorizationType)

Implicit operator to convert string to ScanAuthorizationType

Inequality(ScanAuthorizationType, ScanAuthorizationType)

Overriding != operator for enum ScanAuthorizationType

Applies to