ManagedClusterMeshMembershipProperties(ResourceIdentifier) Constructor
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 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.