Condividi tramite


ArmNginxModelFactory.NginxDeploymentApiKeyProperties Method

Definition

Nginx Deployment Api Key Response Properties.

public static Azure.ResourceManager.Nginx.Models.NginxDeploymentApiKeyProperties NginxDeploymentApiKeyProperties(string hint = default, DateTimeOffset? endOn = default);
static member NginxDeploymentApiKeyProperties : string * Nullable<DateTimeOffset> -> Azure.ResourceManager.Nginx.Models.NginxDeploymentApiKeyProperties
Public Shared Function NginxDeploymentApiKeyProperties (Optional hint As String = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing) As NginxDeploymentApiKeyProperties

Parameters

hint
String

The first three characters of the secret text to help identify it in use. This property is read-only.

endOn
Nullable<DateTimeOffset>

The time after which this Dataplane API Key is no longer valid.

Returns

A new NginxDeploymentApiKeyProperties instance for mocking.

Applies to