ArmConfluentModelFactory.ApiKeyOwnerEntity 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 ApiKeyOwnerEntity.
public static Azure.ResourceManager.Confluent.Models.ApiKeyOwnerEntity ApiKeyOwnerEntity (string id = default, string related = default, string resourceName = default, string kind = default);
static member ApiKeyOwnerEntity : string * string * string * string -> Azure.ResourceManager.Confluent.Models.ApiKeyOwnerEntity
Public Shared Function ApiKeyOwnerEntity (Optional id As String = Nothing, Optional related As String = Nothing, Optional resourceName As String = Nothing, Optional kind As String = Nothing) As ApiKeyOwnerEntity
Parameters
- id
- String
API Key owner id.
- related
- String
API URL for accessing or modifying the referred object.
- resourceName
- String
CRN reference to the referred resource.
- kind
- String
Type of the owner service or user account.
Returns
A new ApiKeyOwnerEntity 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