OnlineExperimentationWorkspacePatchProperties.PublicNetworkAccess Property

Definition

Public Network Access Control for the online experimentation resource. Defaults to Enabled if set to null.

  • Enabled: The resource can be accessed from the public internet.
  • Disabled: The resource can only be accessed from a private endpoint.
public Azure.ResourceManager.OnlineExperimentation.Models.PublicNetworkAccessType? PublicNetworkAccess { get; set; }
member this.PublicNetworkAccess : Nullable<Azure.ResourceManager.OnlineExperimentation.Models.PublicNetworkAccessType> with get, set
Public Property PublicNetworkAccess As Nullable(Of PublicNetworkAccessType)

Property Value

Applies to