NetworkTapRulePatchableProperties Classe

  • java.lang.Object
    • com.azure.resourcemanager.managednetworkfabric.models.NetworkTapRulePatchableProperties

public class NetworkTapRulePatchableProperties

Propriedades atualizáveis de Regra de Toque de Rede.

Resumo do Construtor

Construtor Description
NetworkTapRulePatchableProperties()

Cria uma instância da classe NetworkTapRulePatchableProperties.

Resumo do método

Modificador e tipo Método e descrição
ConfigurationType configurationType()

Obtenha a propriedade tipo de configuração: método de entrada para configurar a Regra de Toque de Rede.

List<CommonDynamicMatchConfiguration> dynamicMatchConfigurations()

Obter a propriedade dinâmicaMatchConfigurations: lista de configurações de correspondência dinâmica.

List<NetworkTapRuleMatchConfiguration> matchConfigurations()

Obter a propriedade Configurações de correspondência: lista de configurações de correspondência.

String tapRulesUrl()

Obtenha a propriedade url de regrasde toque: URL do arquivo De toque de rede.

void validate()

Valida a instância.

NetworkTapRulePatchableProperties withConfigurationType(ConfigurationType configurationType)

Defina a propriedade tipo de configuração: método de entrada para configurar a regra de toque de rede.

NetworkTapRulePatchableProperties withDynamicMatchConfigurations(List<CommonDynamicMatchConfiguration> dynamicMatchConfigurations)

Defina a propriedade dinâmicaDeconfigurações de correspondência: lista de configurações de correspondência dinâmica.

NetworkTapRulePatchableProperties withMatchConfigurations(List<NetworkTapRuleMatchConfiguration> matchConfigurations)

Defina a propriedade MatchConfigurations: Lista de configurações de correspondência.

NetworkTapRulePatchableProperties withTapRulesUrl(String tapRulesUrl)

Defina a propriedade Url de Regrasde toque: URL do arquivo Regras de Toque de Rede.

Métodos herdados de java.lang.Object

Detalhes do construtor

NetworkTapRulePatchableProperties

public NetworkTapRulePatchableProperties()

Cria uma instância da classe NetworkTapRulePatchableProperties.

Detalhes do método

configurationType

public ConfigurationType configurationType()

Obter a propriedade configurationType: método de entrada para configurar a regra de toque de rede.

Returns:

o valor configurationType.

dynamicMatchConfigurations

public List dynamicMatchConfigurations()

Obter a propriedade dynamicMatchConfigurations: lista de configurações de correspondência dinâmica.

Returns:

o valor dynamicMatchConfigurations.

matchConfigurations

public List matchConfigurations()

Obter a propriedade matchConfigurations: lista de configurações de correspondência.

Returns:

o valor matchConfigurations.

tapRulesUrl

public String tapRulesUrl()

Obtenha a propriedade tapRulesUrl: URL do arquivo Regras de Toque de Rede.

Returns:

o valor tapRulesUrl.

validate

public void validate()

Valida a instância.

withConfigurationType

public NetworkTapRulePatchableProperties withConfigurationType(ConfigurationType configurationType)

Defina a propriedade configurationType: método de entrada para configurar a regra de toque de rede.

Parameters:

configurationType - o valor configurationType a ser definido.

Returns:

o objeto NetworkTapRulePatchableProperties em si.

withDynamicMatchConfigurations

public NetworkTapRulePatchableProperties withDynamicMatchConfigurations(List dynamicMatchConfigurations)

Defina a propriedade dynamicMatchConfigurations: Lista de configurações de correspondência dinâmica.

Parameters:

dynamicMatchConfigurations - o valor dynamicMatchConfigurations a ser definido.

Returns:

o objeto NetworkTapRulePatchableProperties em si.

withMatchConfigurations

public NetworkTapRulePatchableProperties withMatchConfigurations(List matchConfigurations)

Defina a propriedade matchConfigurations: Lista de configurações de correspondência.

Parameters:

matchConfigurations - o valor matchConfigurations a ser definido.

Returns:

o objeto NetworkTapRulePatchableProperties em si.

withTapRulesUrl

public NetworkTapRulePatchableProperties withTapRulesUrl(String tapRulesUrl)

Defina a propriedade tapRulesUrl: URL do arquivo Regras de Toque de Rede.

Parameters:

tapRulesUrl - o valor tapRulesUrl a ser definido.

Returns:

o objeto NetworkTapRulePatchableProperties em si.

Aplica-se a