ExtensionsOpenAIModelFactory.ResponsesContainerNetworkPolicyParam 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.
Network access policy for the container. Please note this is the abstract base class. The derived classes available for instantiation are: ResponsesContainerNetworkPolicyDisabledParam and ResponsesContainerNetworkPolicyAllowlistParam.
public static Azure.AI.Extensions.OpenAI.ResponsesContainerNetworkPolicyParam ResponsesContainerNetworkPolicyParam(string type = default);
static member ResponsesContainerNetworkPolicyParam : string -> Azure.AI.Extensions.OpenAI.ResponsesContainerNetworkPolicyParam
Public Shared Function ResponsesContainerNetworkPolicyParam (Optional type As String = Nothing) As ResponsesContainerNetworkPolicyParam
Parameters
- type
- String
Returns
A new ResponsesContainerNetworkPolicyParam instance for mocking.