MessagingRegionsProperties 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
MessagingRegionsProperties() |
Initializes a new instance of the MessagingRegionsProperties class. |
MessagingRegionsProperties(String, String) |
Initializes a new instance of the MessagingRegionsProperties class. |
MessagingRegionsProperties()
Initializes a new instance of the MessagingRegionsProperties class.
public MessagingRegionsProperties ();
Public Sub New ()
Applies to
MessagingRegionsProperties(String, String)
Initializes a new instance of the MessagingRegionsProperties class.
public MessagingRegionsProperties (string code = default, string fullName = default);
new Microsoft.Azure.Management.EventHub.Fluent.Models.MessagingRegionsProperties : string * string -> Microsoft.Azure.Management.EventHub.Fluent.Models.MessagingRegionsProperties
Public Sub New (Optional code As String = Nothing, Optional fullName As String = Nothing)
Parameters
- code
- String
Region code
- fullName
- String
Full name of the region
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