ArmMachineLearningModelFactory.ApiKeyAuthWorkspaceConnectionProperties 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 ApiKeyAuthWorkspaceConnectionProperties.
public static Azure.ResourceManager.MachineLearning.Models.ApiKeyAuthWorkspaceConnectionProperties ApiKeyAuthWorkspaceConnectionProperties(Azure.ResourceManager.MachineLearning.Models.MachineLearningConnectionCategory? category = default, Azure.Core.ResourceIdentifier createdByWorkspaceArmId = default, DateTimeOffset? expiryOn = default, Azure.ResourceManager.MachineLearning.Models.WorkspaceConnectionGroup? group = default, bool? isSharedToAll = default, string target = default, System.Collections.Generic.IDictionary<string,string> metadata = default, System.Collections.Generic.IEnumerable<string> sharedUserList = default, string value = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningValueFormat? valueFormat = default, string credentialsKey = default);
static member ApiKeyAuthWorkspaceConnectionProperties : Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningConnectionCategory> * Azure.Core.ResourceIdentifier * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.MachineLearning.Models.WorkspaceConnectionGroup> * Nullable<bool> * string * System.Collections.Generic.IDictionary<string, string> * seq<string> * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningValueFormat> * string -> Azure.ResourceManager.MachineLearning.Models.ApiKeyAuthWorkspaceConnectionProperties
Public Shared Function ApiKeyAuthWorkspaceConnectionProperties (Optional category As Nullable(Of MachineLearningConnectionCategory) = Nothing, Optional createdByWorkspaceArmId As ResourceIdentifier = Nothing, Optional expiryOn As Nullable(Of DateTimeOffset) = Nothing, Optional group As Nullable(Of WorkspaceConnectionGroup) = Nothing, Optional isSharedToAll As Nullable(Of Boolean) = Nothing, Optional target As String = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing, Optional sharedUserList As IEnumerable(Of String) = Nothing, Optional value As String = Nothing, Optional valueFormat As Nullable(Of MachineLearningValueFormat) = Nothing, Optional credentialsKey As String = Nothing) As ApiKeyAuthWorkspaceConnectionProperties
Parameters
- category
- Nullable<MachineLearningConnectionCategory>
Category of the connection.
- createdByWorkspaceArmId
- ResourceIdentifier
- expiryOn
- Nullable<DateTimeOffset>
- group
- Nullable<WorkspaceConnectionGroup>
Group based on connection category.
- target
- String
- metadata
- IDictionary<String,String>
Store user metadata for this connection.
- sharedUserList
- IEnumerable<String>
- value
- String
Value details of the workspace connection.
- valueFormat
- Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningValueFormat>
format for the workspace connection value.
- credentialsKey
- String
Api key object for workspace connection credential.
Returns
A new ApiKeyAuthWorkspaceConnectionProperties instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET