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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.