ContainerNetworkPolicyDomainSecretParam(String, String, String) Constructor
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 ContainerNetworkPolicyDomainSecretParam.
public ContainerNetworkPolicyDomainSecretParam(string domain, string name, string value);
new Azure.AI.AgentServer.Responses.Models.ContainerNetworkPolicyDomainSecretParam : string * string * string -> Azure.AI.AgentServer.Responses.Models.ContainerNetworkPolicyDomainSecretParam
Public Sub New (domain As String, name As String, value As String)
Parameters
- domain
- String
The domain associated with the secret.
- name
- String
The name of the secret to inject for the domain.
- value
- String
The secret value to inject for the domain.
Exceptions
domain, name or value is null.