Endpoints 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
Endpoints() | |
Endpoints(String, String, String, String) |
Endpoints()
public Endpoints ();
Public Sub New ()
Applies to
Endpoints(String, String, String, String)
public Endpoints (string blob = default, string queue = default, string table = default, string file = default);
new Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Endpoints : string * string * string * string -> Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Endpoints
Public Sub New (Optional blob As String = Nothing, Optional queue As String = Nothing, Optional table As String = Nothing, Optional file As String = Nothing)
Parameters
- blob
- String
- queue
- String
- table
- String
- file
- String