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

Name Description
MediaServicesPublicNetworkAccess(String)

Initializes a new instance of MediaServicesPublicNetworkAccess.

Properties

Name Description
Disabled

Public network access is disabled.

Enabled

Public network access is enabled.

Methods

Name Description
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

Name Description
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