ArmApiCenterModelFactory.ApiCenterEnvironmentServer Method

Definition

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.

Applies to