ArmElasticModelFactory.ElasticTrafficFilterRule Method
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 ElasticTrafficFilterRule.
public static Azure.ResourceManager.Elastic.Models.ElasticTrafficFilterRule ElasticTrafficFilterRule (string source = default, string description = default, string azureEndpointGuid = default, string azureEndpointName = default, string id = default);
static member ElasticTrafficFilterRule : string * string * string * string * string -> Azure.ResourceManager.Elastic.Models.ElasticTrafficFilterRule
Public Shared Function ElasticTrafficFilterRule (Optional source As String = Nothing, Optional description As String = Nothing, Optional azureEndpointGuid As String = Nothing, Optional azureEndpointName As String = Nothing, Optional id As String = Nothing) As ElasticTrafficFilterRule
Parameters
- source
- String
IP of the elastic filter rule.
- description
- String
Description of the elastic filter rule.
- azureEndpointGuid
- String
Guid of Private Endpoint in the elastic filter rule.
- azureEndpointName
- String
Name of the Private Endpoint in the elastic filter rule.
- id
- String
Id of the elastic filter rule.
Returns
A new ElasticTrafficFilterRule instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET