ArmMachineLearningModelFactory.CustomKeysWorkspaceConnectionProperties 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 CustomKeysWorkspaceConnectionProperties.
public static Azure.ResourceManager.MachineLearning.Models.CustomKeysWorkspaceConnectionProperties CustomKeysWorkspaceConnectionProperties(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, System.Collections.Generic.IDictionary<string,string> credentialsKeys = default);
static member CustomKeysWorkspaceConnectionProperties : 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> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.MachineLearning.Models.CustomKeysWorkspaceConnectionProperties
Public Shared Function CustomKeysWorkspaceConnectionProperties (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 credentialsKeys As IDictionary(Of String, String) = Nothing) As CustomKeysWorkspaceConnectionProperties
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.
- credentialsKeys
- IDictionary<String,String>
Custom Keys credential object.
Returns
A new CustomKeysWorkspaceConnectionProperties instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET