StaticMembersClient Interface
public interface StaticMembersClient
An instance of this class provides access to all the operations defined in StaticMembersClient.
Method Summary
Method Details
createOrUpdate
public abstract StaticMemberInner createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName, StaticMemberInner parameters)
Creates or updates a static member.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a static member.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or updates a static member.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a static member.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName)
Deletes a static member.
Parameters:
deleteAsync
public abstract Mono
Deletes a static member.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes a static member.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a static member.
Parameters:
Returns:
get
public abstract StaticMemberInner get(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName)
Gets the specified static member.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the specified static member.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified static member.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified static member.
Parameters:
Returns:
list
public abstract PagedIterable
Lists the specified static member.
Parameters:
Returns:
list
public abstract PagedIterable
Lists the specified static member.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists the specified static member.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists the specified static member.
Parameters:
Returns:
Applies to
Azure SDK for Java