AccessPolicyEntity Constructors

Definition

Overloads

AccessPolicyEntity()

Initializes a new instance of the AccessPolicyEntity class.

AccessPolicyEntity(String, String, String, SystemData, Nullable<AccessPolicyRole>, AuthenticationBase)

Initializes a new instance of the AccessPolicyEntity class.

AccessPolicyEntity()

Initializes a new instance of the AccessPolicyEntity class.

public AccessPolicyEntity ();
Public Sub New ()

Applies to

AccessPolicyEntity(String, String, String, SystemData, Nullable<AccessPolicyRole>, AuthenticationBase)

Initializes a new instance of the AccessPolicyEntity class.

public AccessPolicyEntity (string id = default, string name = default, string type = default, Microsoft.Azure.Management.VideoAnalyzer.Models.SystemData systemData = default, Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRole? role = default, Microsoft.Azure.Management.VideoAnalyzer.Models.AuthenticationBase authentication = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEntity : string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.SystemData * Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyRole> * Microsoft.Azure.Management.VideoAnalyzer.Models.AuthenticationBase -> Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEntity
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional role As Nullable(Of AccessPolicyRole) = Nothing, Optional authentication As AuthenticationBase = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

role
Nullable<AccessPolicyRole>

Defines the access level granted by this policy. Possible values include: 'Reader'

authentication
AuthenticationBase

Authentication method to be used when validating client API access.

Applies to