AzureBlobDataFeedSource.AuthenticationType 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.
The different ways of authenticating to an AzureBlobDataFeedSource. Defaults to Basic.
public readonly struct AzureBlobDataFeedSource.AuthenticationType : IEquatable<Azure.AI.MetricsAdvisor.Administration.AzureBlobDataFeedSource.AuthenticationType>
type AzureBlobDataFeedSource.AuthenticationType = struct
Public Structure AzureBlobDataFeedSource.AuthenticationType
Implements IEquatable(Of AzureBlobDataFeedSource.AuthenticationType)
- Inheritance
-
AzureBlobDataFeedSource.AuthenticationType
- Implements
Properties
Basic |
Only uses the Azure.AI.MetricsAdvisor.Administration.AzureBlobDataFeedSource.ConnectionString present in this AzureBlobDataFeedSource instance for authentication. |
ManagedIdentity |
Uses Managed Identity authentication. |
Methods
Equals(AzureBlobDataFeedSource+AuthenticationType) |
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(AzureBlobDataFeedSource+AuthenticationType, AzureBlobDataFeedSource+AuthenticationType) |
Determines if two AzureBlobDataFeedSource.AuthenticationType values are the same. |
Implicit(String to AuthenticationType) |
Converts a |
Inequality(AzureBlobDataFeedSource+AuthenticationType, AzureBlobDataFeedSource+AuthenticationType) |
Determines if two AzureBlobDataFeedSource.AuthenticationType values are not the same. |
Applies to
Azure SDK for .NET