PublicNetworkAccessType Struct

Definition

The public network access type for API calls to the Attestation Provider.

public readonly struct PublicNetworkAccessType : IEquatable<Azure.ResourceManager.Attestation.Models.PublicNetworkAccessType>
type PublicNetworkAccessType = struct
Public Structure PublicNetworkAccessType
Implements IEquatable(Of PublicNetworkAccessType)
Inheritance
PublicNetworkAccessType
Implements

Constructors

PublicNetworkAccessType(String)

Initializes a new instance of PublicNetworkAccessType.

Properties

Disabled

Disables public network connectivity to the Attestation Provider REST APIs.

Enabled

Enables public network connectivity to the Attestation Provider REST APIs.

Methods

Equals(PublicNetworkAccessType)

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(PublicNetworkAccessType, PublicNetworkAccessType)

Determines if two PublicNetworkAccessType values are the same.

Implicit(String to PublicNetworkAccessType)

Converts a string to a PublicNetworkAccessType.

Inequality(PublicNetworkAccessType, PublicNetworkAccessType)

Determines if two PublicNetworkAccessType values are not the same.

Applies to