OnlineExperimentationWorkspacePatchProperties.PublicNetworkAccess Property
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.
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)