ArmConfluentModelFactory.RegionSpecEntity Method
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.
Initializes a new instance of RegionSpecEntity.
public static Azure.ResourceManager.Confluent.Models.RegionSpecEntity RegionSpecEntity (string name = default, string cloud = default, string regionName = default, System.Collections.Generic.IEnumerable<string> packages = default);
static member RegionSpecEntity : string * string * string * seq<string> -> Azure.ResourceManager.Confluent.Models.RegionSpecEntity
Public Shared Function RegionSpecEntity (Optional name As String = Nothing, Optional cloud As String = Nothing, Optional regionName As String = Nothing, Optional packages As IEnumerable(Of String) = Nothing) As RegionSpecEntity
Parameters
- name
- String
Display Name of the region.
- cloud
- String
Cloud provider name.
- regionName
- String
Region name.
- packages
- IEnumerable<String>
Returns
A new RegionSpecEntity instance for mocking.
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