Interface NetworkProfile
-
- All Superinterfaces:
GroupableResource<NetworkManager,NetworkProfileInner>,HasId,HasInnerModel<NetworkProfileInner>,HasManager<NetworkManager>,HasName,HasResourceGroup,Indexable,Refreshable<NetworkProfile>,Resource,Updatable<NetworkProfile.Update>,UpdatableWithTags<NetworkProfile>
public interface NetworkProfile extends GroupableResource<NetworkManager,NetworkProfileInner>, Refreshable<NetworkProfile>, Updatable<NetworkProfile.Update>, UpdatableWithTags<NetworkProfile>
An immutable client-side representation of NetworkProfile.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNetworkProfile.DefinitionThe entirety of the NetworkProfile definition.static interfaceNetworkProfile.DefinitionStagesThe NetworkProfile definition stages.static interfaceNetworkProfile.UpdateThe template for NetworkProfile update.-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T extends Object>, Resource.DefinitionWithTags<T extends Object>, Resource.UpdateWithTags<T extends Object>
-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.network.models.UpdatableWithTags
UpdatableWithTags.UpdateWithTags<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ContainerNetworkInterfaceConfiguration>containerNetworkInterfaceConfigurations()Gets the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Updatable
update
-
Methods inherited from interface com.azure.resourcemanager.network.models.UpdatableWithTags
updateTags
-
-
-
-
Method Detail
-
containerNetworkInterfaceConfigurations
List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations()
Gets the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.- Returns:
- the containerNetworkInterfaceConfigurations value.
-
-