Freigeben über


ArmNginxModelFactory.NginxDeploymentApiKeyCreateOrUpdateContent Method

Definition

Nginx Deployment Api Key Request.

public static Azure.ResourceManager.Nginx.Models.NginxDeploymentApiKeyCreateOrUpdateContent NginxDeploymentApiKeyCreateOrUpdateContent(string id = default, string name = default, string resourceType = default, Azure.ResourceManager.Nginx.Models.NginxDeploymentApiKeyRequestProperties properties = default, Azure.ResourceManager.Models.SystemData systemData = default);
static member NginxDeploymentApiKeyCreateOrUpdateContent : string * string * string * Azure.ResourceManager.Nginx.Models.NginxDeploymentApiKeyRequestProperties * Azure.ResourceManager.Models.SystemData -> Azure.ResourceManager.Nginx.Models.NginxDeploymentApiKeyCreateOrUpdateContent
Public Shared Function NginxDeploymentApiKeyCreateOrUpdateContent (Optional id As String = Nothing, Optional name As String = Nothing, Optional resourceType As String = Nothing, Optional properties As NginxDeploymentApiKeyRequestProperties = Nothing, Optional systemData As SystemData = Nothing) As NginxDeploymentApiKeyCreateOrUpdateContent

Parameters

id
String
name
String
resourceType
String
properties
NginxDeploymentApiKeyRequestProperties

Nginx Deployment Api Key Request Properties.

systemData
SystemData

Metadata pertaining to creation and last modification of the resource.

Returns

A new NginxDeploymentApiKeyCreateOrUpdateContent instance for mocking.

Applies to