GroupLevelAccessControl Constructors
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.
Overloads
GroupLevelAccessControl() |
Initializes a new instance of the GroupLevelAccessControl class. |
GroupLevelAccessControl(Nullable<PublicNetworkAccess>) |
Initializes a new instance of the GroupLevelAccessControl class. |
GroupLevelAccessControl()
Initializes a new instance of the GroupLevelAccessControl class.
public GroupLevelAccessControl ();
Public Sub New ()
Applies to
GroupLevelAccessControl(Nullable<PublicNetworkAccess>)
Initializes a new instance of the GroupLevelAccessControl class.
public GroupLevelAccessControl (Microsoft.Azure.Management.VideoAnalyzer.Models.PublicNetworkAccess? publicNetworkAccess = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.GroupLevelAccessControl : Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.PublicNetworkAccess> -> Microsoft.Azure.Management.VideoAnalyzer.Models.GroupLevelAccessControl
Public Sub New (Optional publicNetworkAccess As Nullable(Of PublicNetworkAccess) = Nothing)
Parameters
- publicNetworkAccess
- Nullable<PublicNetworkAccess>
Whether or not public network access is allowed for specified resources under the Video Analyzer account. Possible values include: 'Enabled', 'Disabled'