TenantKeyCreationRequest Constructors
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.
Overloads
TenantKeyCreationRequest() | |
TenantKeyCreationRequest(String, String, Nullable<Boolean>, Nullable<Boolean>) |
TenantKeyCreationRequest()
public TenantKeyCreationRequest ();
Public Sub New ()
Applies to
TenantKeyCreationRequest(String, String, Nullable<Boolean>, Nullable<Boolean>)
public TenantKeyCreationRequest (string name = default, string keyVaultKeyIdentifier = default, bool? isDefault = default, bool? activate = default);
new Microsoft.PowerBI.Api.Models.TenantKeyCreationRequest : string * string * Nullable<bool> * Nullable<bool> -> Microsoft.PowerBI.Api.Models.TenantKeyCreationRequest
Public Sub New (Optional name As String = Nothing, Optional keyVaultKeyIdentifier As String = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional activate As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
- keyVaultKeyIdentifier
- String
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