AfdOriginGroupsClient Interface
public interface AfdOriginGroupsClient
An instance of this class provides access to all the operations defined in AfdOriginGroupsClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller
Creates a new origin group within the specified profile.
Parameters:
Returns:
beginCreate
public abstract SyncPoller
Creates a new origin group within the specified profile.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux
Creates a new origin group within the specified profile.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes an existing origin group within a profile.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes an existing origin group within a profile.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes an existing origin group within a profile.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Updates an existing origin group within a profile.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Updates an existing origin group within a profile.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
Updates an existing origin group within a profile.
Parameters:
Returns:
create
public abstract AfdOriginGroupInner create(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)
Creates a new origin group within the specified profile.
Parameters:
Returns:
create
public abstract AfdOriginGroupInner create(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup, Context context)
Creates a new origin group within the specified profile.
Parameters:
Returns:
createAsync
public abstract Mono
Creates a new origin group within the specified profile.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
Creates a new origin group within the specified profile.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String profileName, String originGroupName)
Deletes an existing origin group within a profile.
Parameters:
delete
public abstract void delete(String resourceGroupName, String profileName, String originGroupName, Context context)
Deletes an existing origin group within a profile.
Parameters:
deleteAsync
public abstract Mono
Deletes an existing origin group within a profile.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes an existing origin group within a profile.
Parameters:
Returns:
get
public abstract AfdOriginGroupInner get(String resourceGroupName, String profileName, String originGroupName)
Gets an existing origin group within a profile.
Parameters:
Returns:
getAsync
public abstract Mono
Gets an existing origin group within a profile.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets an existing origin group within a profile.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets an existing origin group within a profile.
Parameters:
Returns:
listByProfile
public abstract PagedIterable
Lists all of the existing origin groups within a profile.
Parameters:
Returns:
listByProfile
public abstract PagedIterable
Lists all of the existing origin groups within a profile.
Parameters:
Returns:
listByProfileAsync
public abstract PagedFlux
Lists all of the existing origin groups within a profile.
Parameters:
Returns:
listResourceUsage
public abstract PagedIterable
Checks the quota and actual usage of endpoints under the given Azure Front Door profile..
Parameters:
Returns:
listResourceUsage
public abstract PagedIterable
Checks the quota and actual usage of endpoints under the given Azure Front Door profile..
Parameters:
Returns:
listResourceUsageAsync
public abstract PagedFlux
Checks the quota and actual usage of endpoints under the given Azure Front Door profile..
Parameters:
Returns:
update
public abstract AfdOriginGroupInner update(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within a profile.
Parameters:
Returns:
update
public abstract AfdOriginGroupInner update(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties, Context context)
Updates an existing origin group within a profile.
Parameters:
Returns:
updateAsync
public abstract Mono
Updates an existing origin group within a profile.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Updates an existing origin group within a profile.
Parameters:
Returns:
Applies to
Azure SDK for Java