ArmSynapseModelFactory.SynapseGrantSqlControlToManagedIdentity 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 SynapseGrantSqlControlToManagedIdentity.
public static Azure.ResourceManager.Synapse.Models.SynapseGrantSqlControlToManagedIdentity SynapseGrantSqlControlToManagedIdentity (Azure.ResourceManager.Synapse.Models.SynapseDesiredState? desiredState = default, Azure.ResourceManager.Synapse.Models.SynapseGrantSqlControlToManagedIdentityState? actualState = default);
static member SynapseGrantSqlControlToManagedIdentity : Nullable<Azure.ResourceManager.Synapse.Models.SynapseDesiredState> * Nullable<Azure.ResourceManager.Synapse.Models.SynapseGrantSqlControlToManagedIdentityState> -> Azure.ResourceManager.Synapse.Models.SynapseGrantSqlControlToManagedIdentity
Public Shared Function SynapseGrantSqlControlToManagedIdentity (Optional desiredState As Nullable(Of SynapseDesiredState) = Nothing, Optional actualState As Nullable(Of SynapseGrantSqlControlToManagedIdentityState) = Nothing) As SynapseGrantSqlControlToManagedIdentity
Parameters
- desiredState
- Nullable<SynapseDesiredState>
Desired state.
- actualState
- Nullable<SynapseGrantSqlControlToManagedIdentityState>
Actual state.
Returns
A new SynapseGrantSqlControlToManagedIdentity 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