ArmApiCenterModelFactory.ApiCenterEnvironmentServer 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.
Server information of the environment.
public static Azure.ResourceManager.ApiCenter.Models.ApiCenterEnvironmentServer ApiCenterEnvironmentServer(Azure.ResourceManager.ApiCenter.Models.EnvironmentServerType? environmentServerType = default, System.Collections.Generic.IEnumerable<Uri> managementPortalUri = default);
static member ApiCenterEnvironmentServer : Nullable<Azure.ResourceManager.ApiCenter.Models.EnvironmentServerType> * seq<Uri> -> Azure.ResourceManager.ApiCenter.Models.ApiCenterEnvironmentServer
Public Shared Function ApiCenterEnvironmentServer (Optional environmentServerType As Nullable(Of EnvironmentServerType) = Nothing, Optional managementPortalUri As IEnumerable(Of Uri) = Nothing) As ApiCenterEnvironmentServer
Parameters
- environmentServerType
- Nullable<EnvironmentServerType>
Type of the server that represents the environment.
- managementPortalUri
- IEnumerable<Uri>
The location of the management portal.
Returns
A new ApiCenterEnvironmentServer instance for mocking.