AnalyticsSynapseArtifactsModelFactory.CustomerManagedKeyDetails 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 CustomerManagedKeyDetails.
public static Azure.Analytics.Synapse.Artifacts.Models.CustomerManagedKeyDetails CustomerManagedKeyDetails (string status = default, Azure.Analytics.Synapse.Artifacts.Models.WorkspaceKeyDetails key = default);
static member CustomerManagedKeyDetails : string * Azure.Analytics.Synapse.Artifacts.Models.WorkspaceKeyDetails -> Azure.Analytics.Synapse.Artifacts.Models.CustomerManagedKeyDetails
Public Shared Function CustomerManagedKeyDetails (Optional status As String = Nothing, Optional key As WorkspaceKeyDetails = Nothing) As CustomerManagedKeyDetails
Parameters
- status
- String
The customer managed key status on the workspace.
The key object of the workspace.
Returns
A new CustomerManagedKeyDetails instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET