ArmQuantumModelFactory.ProviderTargetDescription Method

Definition

Initializes a new instance of ProviderTargetDescription.

public static Azure.ResourceManager.Quantum.Models.ProviderTargetDescription ProviderTargetDescription (string id = default, string name = default, string description = default, System.Collections.Generic.IEnumerable<string> acceptedDataFormats = default, System.Collections.Generic.IEnumerable<string> acceptedContentEncodings = default);
static member ProviderTargetDescription : string * string * string * seq<string> * seq<string> -> Azure.ResourceManager.Quantum.Models.ProviderTargetDescription
Public Shared Function ProviderTargetDescription (Optional id As String = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional acceptedDataFormats As IEnumerable(Of String) = Nothing, Optional acceptedContentEncodings As IEnumerable(Of String) = Nothing) As ProviderTargetDescription

Parameters

id
String

Unique target id.

name
String

Display name of this target.

description
String

A description about this target.

acceptedDataFormats
IEnumerable<String>

List of data formats accepted by this target.

acceptedContentEncodings
IEnumerable<String>

List of content encodings accepted by this target.

Returns

A new ProviderTargetDescription instance for mocking.

Applies to