ArmNginxModelFactory.NginxDeploymentApiKeyProperties 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.
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.