net11.0
namespace Azure.ResourceManager.ServiceFabricManagedClusters.Models
{
    public static class ArmServiceFabricManagedClustersModelFactory
    {
        public static ServiceFabricManagedNetworkSecurityRule ServiceFabricManagedNetworkSecurityRule(string name = null, string description = null, ServiceFabricManagedNsgProtocol protocol = default, IEnumerable<string> sourceAddressPrefixes = null, IEnumerable<string> destinationAddressPrefixes = null, IEnumerable<string> sourcePortRanges = null, IEnumerable<string> destinationPortRanges = null, string sourceAddressPrefix = null, string destinationAddressPrefix = null, string sourcePortRange = null, string destinationPortRange = null, ServiceFabricManagedNetworkTrafficAccess access = default, int priority = 0, ServiceFabricManagedNetworkSecurityRuleDirection direction = default);
    }
}
.NET
8.09.010.011.0
Information specific to net11.0
Assembly

Azure.ResourceManager.ServiceFabricManagedClusters , Version=1.3.0.0, PublicKeyToken=92742159e12e44c8

Referencing

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

Package Azure.ResourceManager.ServiceFabricManagedClusters (1.3.0) net10.0
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API