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