ArmApiManagementModelFactory.RegionContract 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 RegionContract.
public static Azure.ResourceManager.ApiManagement.Models.RegionContract RegionContract (string name = default, bool? isMasterRegion = default, bool? isDeleted = default);
static member RegionContract : string * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.ApiManagement.Models.RegionContract
Public Shared Function RegionContract (Optional name As String = Nothing, Optional isMasterRegion As Nullable(Of Boolean) = Nothing, Optional isDeleted As Nullable(Of Boolean) = Nothing) As RegionContract
Parameters
- name
- String
Region name.
Returns
A new RegionContract instance for mocking.