Bagikan melalui


HybridComputePublicNetworkAccessType Struct

Definition

The network access policy to determine if Azure Arc agents can use public Azure Arc service endpoints. Defaults to disabled (access to Azure Arc services only via private link).

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

Constructors

HybridComputePublicNetworkAccessType(String)

Initializes a new instance of HybridComputePublicNetworkAccessType.

Properties

Disabled

Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link.

Enabled

Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints.

SecuredByPerimeter

Azure Arc agent communication with Azure Arc services over public (internet) is enforced by Network Security Perimeter (NSP).

Methods

Equals(HybridComputePublicNetworkAccessType)

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

Determines if two HybridComputePublicNetworkAccessType values are the same.

Implicit(String to HybridComputePublicNetworkAccessType)

Converts a string to a HybridComputePublicNetworkAccessType.

Inequality(HybridComputePublicNetworkAccessType, HybridComputePublicNetworkAccessType)

Determines if two HybridComputePublicNetworkAccessType values are not the same.

Applies to