WorkspaceCollectionAccessKeys 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
WorkspaceCollectionAccessKeys() |
Initializes a new instance of the WorkspaceCollectionAccessKeys class. |
WorkspaceCollectionAccessKeys(String, String) |
Initializes a new instance of the WorkspaceCollectionAccessKeys class. |
WorkspaceCollectionAccessKeys()
Initializes a new instance of the WorkspaceCollectionAccessKeys class.
public WorkspaceCollectionAccessKeys ();
Public Sub New ()
Applies to
WorkspaceCollectionAccessKeys(String, String)
Initializes a new instance of the WorkspaceCollectionAccessKeys class.
public WorkspaceCollectionAccessKeys (string key1 = default, string key2 = default);
new Microsoft.Azure.Management.PowerBIEmbedded.Models.WorkspaceCollectionAccessKeys : string * string -> Microsoft.Azure.Management.PowerBIEmbedded.Models.WorkspaceCollectionAccessKeys
Public Sub New (Optional key1 As String = Nothing, Optional key2 As String = Nothing)
Parameters
- key1
- String
- key2
- 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