AcsConfiguration 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
AcsConfiguration() | |
AcsConfiguration(String, String, String) |
AcsConfiguration()
public AcsConfiguration();
Public Sub New ()
Applies to
AcsConfiguration(String, String, String)
public AcsConfiguration(string namespaceProperty, string realm, string serviceUrl);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.AcsConfiguration : string * string * string -> Microsoft.Azure.Management.StorSimple.Fluent.Models.AcsConfiguration
Public Sub New (namespaceProperty As String, realm As String, serviceUrl As String)
Parameters
- namespaceProperty
- String
- realm
- String
- serviceUrl
- String
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET