ArmConfluentModelFactory.ApiKeySpecEntity 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.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.