PurviewTenantEndpointState 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.
Gets or sets the state of tenant endpoint.
public readonly struct PurviewTenantEndpointState : IEquatable<Azure.ResourceManager.Purview.Models.PurviewTenantEndpointState>
type PurviewTenantEndpointState = struct
Public Structure PurviewTenantEndpointState
Implements IEquatable(Of PurviewTenantEndpointState)
- Inheritance
-
PurviewTenantEndpointState
- Implements
Constructors
| Name | Description |
|---|---|
| PurviewTenantEndpointState(String) |
Initializes a new instance of PurviewTenantEndpointState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
| NotSpecified |
NotSpecified. |
Methods
| Name | Description |
|---|---|
| Equals(PurviewTenantEndpointState) |
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
| Name | Description |
|---|---|
| Equality(PurviewTenantEndpointState, PurviewTenantEndpointState) |
Determines if two PurviewTenantEndpointState values are the same. |
| Implicit(String to Nullable<PurviewTenantEndpointState>) | |
| Implicit(String to PurviewTenantEndpointState) |
Converts a string to a PurviewTenantEndpointState. |
| Inequality(PurviewTenantEndpointState, PurviewTenantEndpointState) |
Determines if two PurviewTenantEndpointState values are not the same. |