net11.0
namespace Azure.ResourceManager.ServiceFabric.Models
{
    public static class ArmServiceFabricModelFactory
    {
        public static ClusterNodeTypeDescription ClusterNodeTypeDescription(string name = null, IDictionary<string, string> placementProperties = null, IDictionary<string, string> capacities = null, int clientConnectionEndpointPort = 0, int httpGatewayEndpointPort = 0, ClusterDurabilityLevel? durabilityLevel = default, ClusterEndpointRangeDescription applicationPorts = null, ClusterEndpointRangeDescription ephemeralPorts = null, bool isPrimary = false, int vmInstanceCount = 0, int? reverseProxyEndpointPort = default, bool? isStateless = default, bool? isMultipleAvailabilityZonesSupported = default, int? httpGatewayTokenAuthEndpointPort = default);
    }
}
.NET
8.09.010.011.0
Information specific to net11.0
Assembly

Azure.ResourceManager.ServiceFabric , Version=1.2.0.0, PublicKeyToken=92742159e12e44c8

Referencing

Your project needs a package reference to Azure.ResourceManager.ServiceFabric.

Package Azure.ResourceManager.ServiceFabric (1.2.0-beta.3) net10.0
Preview This API is contained in a prerelease package.
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API