Uses of Class
com.azure.resourcemanager.frontdoor.fluent.models.ProfileInner
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of ProfileInner in com.azure.resourcemanager.frontdoor.fluent
Modifier and TypeMethodDescriptionNetworkExperimentProfilesClient.createOrUpdate
(String profileName, String resourceGroupName, ProfileInner parameters) Creates an NetworkExperiment Profile.NetworkExperimentProfilesClient.createOrUpdate
(String profileName, String resourceGroupName, ProfileInner parameters, com.azure.core.util.Context context) Creates an NetworkExperiment Profile.NetworkExperimentProfilesClient.getByResourceGroup
(String resourceGroupName, String profileName) Gets an NetworkExperiment Profile by ProfileName.NetworkExperimentProfilesClient.update
(String resourceGroupName, String profileName, ProfileUpdateModel parameters) Updates an NetworkExperimentProfiles by NetworkExperimentProfile nameNetworkExperimentProfilesClient.update
(String resourceGroupName, String profileName, ProfileUpdateModel parameters, com.azure.core.util.Context context) Updates an NetworkExperimentProfiles by NetworkExperimentProfile nameModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,
ProfileInner> NetworkExperimentProfilesClient.beginCreateOrUpdate
(String profileName, String resourceGroupName, ProfileInner parameters) Creates an NetworkExperiment Profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,
ProfileInner> NetworkExperimentProfilesClient.beginCreateOrUpdate
(String profileName, String resourceGroupName, ProfileInner parameters) Creates an NetworkExperiment Profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,
ProfileInner> NetworkExperimentProfilesClient.beginCreateOrUpdate
(String profileName, String resourceGroupName, ProfileInner parameters, com.azure.core.util.Context context) Creates an NetworkExperiment Profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,
ProfileInner> NetworkExperimentProfilesClient.beginCreateOrUpdate
(String profileName, String resourceGroupName, ProfileInner parameters, com.azure.core.util.Context context) Creates an NetworkExperiment Profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,
ProfileInner> NetworkExperimentProfilesClient.beginUpdate
(String resourceGroupName, String profileName, ProfileUpdateModel parameters) Updates an NetworkExperimentProfiles by NetworkExperimentProfile namecom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,
ProfileInner> NetworkExperimentProfilesClient.beginUpdate
(String resourceGroupName, String profileName, ProfileUpdateModel parameters) Updates an NetworkExperimentProfiles by NetworkExperimentProfile namecom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,
ProfileInner> NetworkExperimentProfilesClient.beginUpdate
(String resourceGroupName, String profileName, ProfileUpdateModel parameters, com.azure.core.util.Context context) Updates an NetworkExperimentProfiles by NetworkExperimentProfile namecom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,
ProfileInner> NetworkExperimentProfilesClient.beginUpdate
(String resourceGroupName, String profileName, ProfileUpdateModel parameters, com.azure.core.util.Context context) Updates an NetworkExperimentProfiles by NetworkExperimentProfile namecom.azure.core.http.rest.Response<ProfileInner>
NetworkExperimentProfilesClient.getByResourceGroupWithResponse
(String resourceGroupName, String profileName, com.azure.core.util.Context context) Gets an NetworkExperiment Profile by ProfileName.com.azure.core.http.rest.PagedIterable<ProfileInner>
NetworkExperimentProfilesClient.list()
Gets a list of Network Experiment Profiles under a subscription.com.azure.core.http.rest.PagedIterable<ProfileInner>
NetworkExperimentProfilesClient.list
(com.azure.core.util.Context context) Gets a list of Network Experiment Profiles under a subscription.com.azure.core.http.rest.PagedIterable<ProfileInner>
NetworkExperimentProfilesClient.listByResourceGroup
(String resourceGroupName) Gets a list of Network Experiment Profiles within a resource group under a subscription.com.azure.core.http.rest.PagedIterable<ProfileInner>
NetworkExperimentProfilesClient.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Gets a list of Network Experiment Profiles within a resource group under a subscription.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,
ProfileInner> NetworkExperimentProfilesClient.beginCreateOrUpdate
(String profileName, String resourceGroupName, ProfileInner parameters) Creates an NetworkExperiment Profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,
ProfileInner> NetworkExperimentProfilesClient.beginCreateOrUpdate
(String profileName, String resourceGroupName, ProfileInner parameters, com.azure.core.util.Context context) Creates an NetworkExperiment Profile.NetworkExperimentProfilesClient.createOrUpdate
(String profileName, String resourceGroupName, ProfileInner parameters) Creates an NetworkExperiment Profile.NetworkExperimentProfilesClient.createOrUpdate
(String profileName, String resourceGroupName, ProfileInner parameters, com.azure.core.util.Context context) Creates an NetworkExperiment Profile. -
Uses of ProfileInner in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionProfileInner.withEnabledState
(State enabledState) Set the enabledState property: The state of the Experiment.Set the etag property: Gets a unique read-only string that changes whenever the resource is updated.ProfileInner.withLocation
(String location) -
Uses of ProfileInner in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionProfile.innerModel()
Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.ProfileInner object.Modifier and TypeMethodDescriptionProfileList.value()
Get the value property: List of Profiles within a resource group.