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
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