ManagedClusterMeshMembershipProperties(ResourceIdentifier) Constructor

Definition

Initializes a new instance of ManagedClusterMeshMembershipProperties.

public ManagedClusterMeshMembershipProperties(Azure.Core.ResourceIdentifier managedMeshId);
new Azure.ResourceManager.ContainerService.Models.ManagedClusterMeshMembershipProperties : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerService.Models.ManagedClusterMeshMembershipProperties
Public Sub New (managedMeshId As ResourceIdentifier)

Parameters

managedMeshId
ResourceIdentifier

The ARM resource id for the managed mesh member. This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppLink/applinks/{appLinkName}/appLinkMembers/{appLinkMemberName}'. Visit https://aka.ms/applink for more information.

Exceptions

managedMeshId is null.

Applies to