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
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