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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET