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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET