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