Share via


ArmConfluentModelFactory.ApiKeySpecEntity Method

Definition

Initializes a new instance of ApiKeySpecEntity.

public static Azure.ResourceManager.Confluent.Models.ApiKeySpecEntity ApiKeySpecEntity (string description = default, string name = default, string secret = default, Azure.ResourceManager.Confluent.Models.ApiKeyResourceEntity resource = default, Azure.ResourceManager.Confluent.Models.ApiKeyOwnerEntity owner = default);
static member ApiKeySpecEntity : string * string * string * Azure.ResourceManager.Confluent.Models.ApiKeyResourceEntity * Azure.ResourceManager.Confluent.Models.ApiKeyOwnerEntity -> Azure.ResourceManager.Confluent.Models.ApiKeySpecEntity
Public Shared Function ApiKeySpecEntity (Optional description As String = Nothing, Optional name As String = Nothing, Optional secret As String = Nothing, Optional resource As ApiKeyResourceEntity = Nothing, Optional owner As ApiKeyOwnerEntity = Nothing) As ApiKeySpecEntity

Parameters

description
String

The description of the API Key.

name
String

The name of the API Key.

secret
String

API Key Secret.

resource
ApiKeyResourceEntity

Specification of the cluster.

owner
ApiKeyOwnerEntity

Specification of the cluster.

Returns

A new ApiKeySpecEntity instance for mocking.

Applies to