ArmQuantumModelFactory.ProviderTargetDescription Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET