Share via


RaiBlocklist Constructors

Definition

Overloads

RaiBlocklist()

Initializes a new instance of the RaiBlocklist class.

RaiBlocklist(String, String, String, SystemData, String, IDictionary<String,String>, RaiBlocklistProperties)

Initializes a new instance of the RaiBlocklist class.

RaiBlocklist()

Initializes a new instance of the RaiBlocklist class.

public RaiBlocklist();
Public Sub New ()

Applies to

RaiBlocklist(String, String, String, SystemData, String, IDictionary<String,String>, RaiBlocklistProperties)

Initializes a new instance of the RaiBlocklist class.

public RaiBlocklist(string id = default, string name = default, string type = default, Microsoft.Azure.Management.CognitiveServices.Models.SystemData systemData = default, string etag = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.CognitiveServices.Models.RaiBlocklistProperties properties = default);
new Microsoft.Azure.Management.CognitiveServices.Models.RaiBlocklist : string * string * string * Microsoft.Azure.Management.CognitiveServices.Models.SystemData * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CognitiveServices.Models.RaiBlocklistProperties -> Microsoft.Azure.Management.CognitiveServices.Models.RaiBlocklist
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional etag As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As RaiBlocklistProperties = 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

Metadata pertaining to creation and last modification of the resource.

etag
String

Resource Etag.

tags
IDictionary<String,String>

Resource tags.

properties
RaiBlocklistProperties

Properties of Cognitive Services RaiBlocklist.

Applies to