Uses of Class
com.azure.resourcemanager.databricks.models.AddressSpace
Packages that use AddressSpace
Package
Description
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of AddressSpace in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return AddressSpaceModifier and TypeMethodDescriptionVirtualNetworkPeeringInner.databricksAddressSpace()Get the databricksAddressSpace property: The reference to the databricks virtual network address space.VirtualNetworkPeeringPropertiesFormat.databricksAddressSpace()Get the databricksAddressSpace property: The reference to the databricks virtual network address space.VirtualNetworkPeeringInner.remoteAddressSpace()Get the remoteAddressSpace property: The reference to the remote virtual network address space.VirtualNetworkPeeringPropertiesFormat.remoteAddressSpace()Get the remoteAddressSpace property: The reference to the remote virtual network address space.Methods in com.azure.resourcemanager.databricks.fluent.models with parameters of type AddressSpaceModifier and TypeMethodDescriptionVirtualNetworkPeeringInner.withDatabricksAddressSpace(AddressSpace databricksAddressSpace) Set the databricksAddressSpace property: The reference to the databricks virtual network address space.VirtualNetworkPeeringPropertiesFormat.withDatabricksAddressSpace(AddressSpace databricksAddressSpace) Set the databricksAddressSpace property: The reference to the databricks virtual network address space.VirtualNetworkPeeringInner.withRemoteAddressSpace(AddressSpace remoteAddressSpace) Set the remoteAddressSpace property: The reference to the remote virtual network address space.VirtualNetworkPeeringPropertiesFormat.withRemoteAddressSpace(AddressSpace remoteAddressSpace) Set the remoteAddressSpace property: The reference to the remote virtual network address space. -
Uses of AddressSpace in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return AddressSpaceModifier and TypeMethodDescriptionVirtualNetworkPeering.databricksAddressSpace()Gets the databricksAddressSpace property: The reference to the databricks virtual network address space.static AddressSpaceAddressSpace.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AddressSpace from the JsonReader.VirtualNetworkPeering.remoteAddressSpace()Gets the remoteAddressSpace property: The reference to the remote virtual network address space.AddressSpace.withAddressPrefixes(List<String> addressPrefixes) Set the addressPrefixes property: A list of address blocks reserved for this virtual network in CIDR notation.Methods in com.azure.resourcemanager.databricks.models with parameters of type AddressSpaceModifier and TypeMethodDescriptionVirtualNetworkPeering.DefinitionStages.WithDatabricksAddressSpace.withDatabricksAddressSpace(AddressSpace databricksAddressSpace) Specifies the databricksAddressSpace property: The reference to the databricks virtual network address space..VirtualNetworkPeering.UpdateStages.WithDatabricksAddressSpace.withDatabricksAddressSpace(AddressSpace databricksAddressSpace) Specifies the databricksAddressSpace property: The reference to the databricks virtual network address space..VirtualNetworkPeering.DefinitionStages.WithRemoteAddressSpace.withRemoteAddressSpace(AddressSpace remoteAddressSpace) Specifies the remoteAddressSpace property: The reference to the remote virtual network address space..VirtualNetworkPeering.UpdateStages.WithRemoteAddressSpace.withRemoteAddressSpace(AddressSpace remoteAddressSpace) Specifies the remoteAddressSpace property: The reference to the remote virtual network address space..