ContainerNetworkPolicyDomainSecretParam(String, String, String) Constructor

Definition

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.

Applies to