Uses of Class
com.azure.resourcemanager.network.models.ConfigurationType
Packages that use ConfigurationType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ConfigurationType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ConfigurationTypeModifier and TypeMethodDescriptionNetworkManagerCommitInner.commitType()Get the commitType property: Commit Type.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ConfigurationTypeModifier and TypeMethodDescriptionNetworkManagerInner.networkManagerScopeAccesses()Get the networkManagerScopeAccesses property: Scope Access.NetworkManagerProperties.networkManagerScopeAccesses()Get the networkManagerScopeAccesses property: Scope Access.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ConfigurationTypeModifier and TypeMethodDescriptionNetworkManagerCommitInner.withCommitType(ConfigurationType commitType) Set the commitType property: Commit Type.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ConfigurationTypeModifier and TypeMethodDescriptionNetworkManagerInner.withNetworkManagerScopeAccesses(List<ConfigurationType> networkManagerScopeAccesses) Set the networkManagerScopeAccesses property: Scope Access.NetworkManagerProperties.withNetworkManagerScopeAccesses(List<ConfigurationType> networkManagerScopeAccesses) Set the networkManagerScopeAccesses property: Scope Access. -
Uses of ConfigurationType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ConfigurationTypeModifier and TypeFieldDescriptionstatic final ConfigurationTypeConfigurationType.CONNECTIVITYStatic value Connectivity for ConfigurationType.static final ConfigurationTypeConfigurationType.ROUTINGStatic value Routing for ConfigurationType.static final ConfigurationTypeConfigurationType.SECURITY_ADMINStatic value SecurityAdmin for ConfigurationType.static final ConfigurationTypeConfigurationType.SECURITY_USERStatic value SecurityUser for ConfigurationType.Methods in com.azure.resourcemanager.network.models that return ConfigurationTypeModifier and TypeMethodDescriptionNetworkManagerDeploymentStatus.deploymentType()Get the deploymentType property: Configuration Deployment Type.static ConfigurationTypeConfigurationType.fromString(String name) Creates or finds a ConfigurationType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConfigurationTypeModifier and TypeMethodDescriptionNetworkManagerDeploymentStatusParameter.deploymentTypes()Get the deploymentTypes property: List of deployment types.static Collection<ConfigurationType> ConfigurationType.values()Gets known ConfigurationType values.Methods in com.azure.resourcemanager.network.models with parameters of type ConfigurationTypeModifier and TypeMethodDescriptionNetworkManagerDeploymentStatus.withDeploymentType(ConfigurationType deploymentType) Set the deploymentType property: Configuration Deployment Type.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ConfigurationTypeModifier and TypeMethodDescriptionNetworkManagerDeploymentStatusParameter.withDeploymentTypes(List<ConfigurationType> deploymentTypes) Set the deploymentTypes property: List of deployment types.