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() |
Initializes a new instance of the AcsConfiguration class. |
AcsConfiguration(String, String, String) |
Initializes a new instance of the AcsConfiguration class. |
AcsConfiguration()
Initializes a new instance of the AcsConfiguration class.
public AcsConfiguration ();
Public Sub New ()
Applies to
AcsConfiguration(String, String, String)
Initializes a new instance of the AcsConfiguration class.
public AcsConfiguration (string namespaceProperty, string realm, string serviceUrl);
new Microsoft.Azure.Management.StorSimple8000Series.Models.AcsConfiguration : string * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.AcsConfiguration
Public Sub New (namespaceProperty As String, realm As String, serviceUrl As String)
Parameters
- namespaceProperty
- String
The namespace.
- realm
- String
The realm.
- serviceUrl
- String
The service URL.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET