ArmConfluentModelFactory.ApiKeyResourceEntity 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 ApiKeyResourceEntity.
public static Azure.ResourceManager.Confluent.Models.ApiKeyResourceEntity ApiKeyResourceEntity (string id = default, string environment = default, string related = default, string resourceName = default, string kind = default);
static member ApiKeyResourceEntity : string * string * string * string * string -> Azure.ResourceManager.Confluent.Models.ApiKeyResourceEntity
Public Shared Function ApiKeyResourceEntity (Optional id As String = Nothing, Optional environment As String = Nothing, Optional related As String = Nothing, Optional resourceName As String = Nothing, Optional kind As String = Nothing) As ApiKeyResourceEntity
Parameters
- id
- String
Id of the resource.
- environment
- String
The environment of the api key.
- related
- String
API URL for accessing or modifying the api key resource object.
- resourceName
- String
CRN reference to the referred resource.
- kind
- String
Type of the owner which can be service or user account.
Returns
A new ApiKeyResourceEntity instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET