ArmIotOperationsModelFactory.LocalKubernetesReference Method

Definition

public static Azure.ResourceManager.IotOperations.Models.LocalKubernetesReference LocalKubernetesReference(string apiGroup = default, string kind = default, string name = default);
static member LocalKubernetesReference : string * string * string -> Azure.ResourceManager.IotOperations.Models.LocalKubernetesReference
Public Shared Function LocalKubernetesReference (Optional apiGroup As String = Nothing, Optional kind As String = Nothing, Optional name As String = Nothing) As LocalKubernetesReference

Parameters

apiGroup
String

APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.

kind
String

Kind is the type of resource being referenced.

name
String

Name is the name of resource being referenced.

Returns

A new LocalKubernetesReference instance for mocking.

Applies to