Share via


MediaServicesPublicNetworkAccess Struct

Definition

Whether or not public network access is allowed for resources under the Media Services account.

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

Constructors

MediaServicesPublicNetworkAccess(String)

Initializes a new instance of MediaServicesPublicNetworkAccess.

Properties

Disabled

Public network access is disabled.

Enabled

Public network access is enabled.

Methods

Equals(MediaServicesPublicNetworkAccess)

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

Determines if two MediaServicesPublicNetworkAccess values are the same.

Implicit(String to MediaServicesPublicNetworkAccess)

Converts a string to a MediaServicesPublicNetworkAccess.

Inequality(MediaServicesPublicNetworkAccess, MediaServicesPublicNetworkAccess)

Determines if two MediaServicesPublicNetworkAccess values are not the same.

Applies to