Uses of Class
com.azure.resourcemanager.network.models.BastionHostPropertiesFormatNetworkAcls
Packages that use BastionHostPropertiesFormatNetworkAcls
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of BastionHostPropertiesFormatNetworkAcls in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BastionHostPropertiesFormatNetworkAclsModifier and TypeMethodDescriptionBastionHostInner.networkAcls()Get the networkAcls property: The networkAcls property.BastionHostPropertiesFormat.networkAcls()Get the networkAcls property: The networkAcls property.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type BastionHostPropertiesFormatNetworkAclsModifier and TypeMethodDescriptionBastionHostInner.withNetworkAcls(BastionHostPropertiesFormatNetworkAcls networkAcls) Set the networkAcls property: The networkAcls property.BastionHostPropertiesFormat.withNetworkAcls(BastionHostPropertiesFormatNetworkAcls networkAcls) Set the networkAcls property: The networkAcls property. -
Uses of BastionHostPropertiesFormatNetworkAcls in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return BastionHostPropertiesFormatNetworkAclsModifier and TypeMethodDescriptionBastionHostPropertiesFormatNetworkAcls.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BastionHostPropertiesFormatNetworkAcls from the JsonReader.BastionHostPropertiesFormatNetworkAcls.withIpRules(List<IpRule> ipRules) Set the ipRules property: Sets the IP ACL rules for Developer Bastion Host.