Freigeben über


ArmServiceFabricManagedClustersModelFactory.ManagedClusterServiceEndpoint Method

Definition

The service endpoint properties.

public static Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedClusterServiceEndpoint ManagedClusterServiceEndpoint(string service = default, System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> locations = default, Azure.Core.ResourceIdentifier networkIdentifier = default);
static member ManagedClusterServiceEndpoint : string * seq<Azure.Core.AzureLocation> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedClusterServiceEndpoint
Public Shared Function ManagedClusterServiceEndpoint (Optional service As String = Nothing, Optional locations As IEnumerable(Of AzureLocation) = Nothing, Optional networkIdentifier As ResourceIdentifier = Nothing) As ManagedClusterServiceEndpoint

Parameters

service
String

The type of the endpoint service.

locations
IEnumerable<AzureLocation>

A list of locations.

networkIdentifier
ResourceIdentifier

Specifies the resource id of the service endpoint to be used in the cluster.

Returns

A new ManagedClusterServiceEndpoint instance for mocking.

Applies to