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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET