DataflowStorageAccount 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
DataflowStorageAccount() | |
DataflowStorageAccount(Guid, Boolean, String) |
DataflowStorageAccount()
public DataflowStorageAccount ();
Public Sub New ()
Applies to
DataflowStorageAccount(Guid, Boolean, String)
public DataflowStorageAccount (Guid id, bool isEnabled, string name = default);
new Microsoft.PowerBI.Api.Models.DataflowStorageAccount : Guid * bool * string -> Microsoft.PowerBI.Api.Models.DataflowStorageAccount
Public Sub New (id As Guid, isEnabled As Boolean, Optional name As String = Nothing)
Parameters
- id
- Guid
- isEnabled
- Boolean
- name
- 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