ArmStoragePoolModelFactory.StoragePoolOutboundEnvironment 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 StoragePoolOutboundEnvironment.
public static Azure.ResourceManager.StoragePool.Models.StoragePoolOutboundEnvironment StoragePoolOutboundEnvironment (string category = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StoragePool.Models.OutboundEndpointDependency> endpoints = default);
static member StoragePoolOutboundEnvironment : string * seq<Azure.ResourceManager.StoragePool.Models.OutboundEndpointDependency> -> Azure.ResourceManager.StoragePool.Models.StoragePoolOutboundEnvironment
Public Shared Function StoragePoolOutboundEnvironment (Optional category As String = Nothing, Optional endpoints As IEnumerable(Of OutboundEndpointDependency) = Nothing) As StoragePoolOutboundEnvironment
Parameters
- category
- String
The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.
- endpoints
- IEnumerable<OutboundEndpointDependency>
The endpoints that the App Service Environment reaches the service at.
Returns
A new StoragePoolOutboundEnvironment instance for mocking.