HDInsightPrivateLinkState Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Indica si el vínculo privado está habilitado o no.
public readonly struct HDInsightPrivateLinkState : IEquatable<Azure.ResourceManager.HDInsight.Models.HDInsightPrivateLinkState>
type HDInsightPrivateLinkState = struct
Public Structure HDInsightPrivateLinkState
Implements IEquatable(Of HDInsightPrivateLinkState)
- Herencia
-
HDInsightPrivateLinkState
- Implementaciones
Constructores
HDInsightPrivateLinkState(String) |
Inicializa una nueva instancia de la clase HDInsightPrivateLinkState. |
Propiedades
Disabled |
Deshabilitado. |
Enabled |
Habilitado. |
Métodos
Equals(HDInsightPrivateLinkState) |
Indica si el objeto actual es igual que otro objeto del mismo tipo. |
ToString() |
Devuelve el nombre de tipo completo de esta instancia. |
Operadores
Equality(HDInsightPrivateLinkState, HDInsightPrivateLinkState) |
Determina si dos HDInsightPrivateLinkState valores son iguales. |
Implicit(String to HDInsightPrivateLinkState) |
Convierte una cadena en un HDInsightPrivateLinkState. |
Inequality(HDInsightPrivateLinkState, HDInsightPrivateLinkState) |
Determina si dos HDInsightPrivateLinkState valores no son los mismos. |
Se aplica a
Azure SDK for .NET