Contacts Interface
public interface Contacts
Resource collection API of Contacts.
Method Summary
Method Details
define
public abstract Contact.DefinitionStages.Blank define(String name)
Begins definition for a new Contact resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String spacecraftName, String contactName)
Deletes a specified contact.
Parameters:
delete
public abstract void delete(String resourceGroupName, String spacecraftName, String contactName, Context context)
Deletes a specified contact.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes a specified contact.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes a specified contact.
Parameters:
get
public abstract Contact get(String resourceGroupName, String spacecraftName, String contactName)
Gets the specified contact in a specified resource group.
Parameters:
Returns:
getById
public abstract Contact getById(String id)
Gets the specified contact in a specified resource group.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Contact> getByIdWithResponse(String id, Context context)
Gets the specified contact in a specified resource group.
Parameters:
Returns:
getWithResponse
public abstract Response<Contact> getWithResponse(String resourceGroupName, String spacecraftName, String contactName, Context context)
Gets the specified contact in a specified resource group.
Parameters:
Returns:
list
public abstract PagedIterable<Contact> list(String resourceGroupName, String spacecraftName)
Returns list of contacts by spacecraftName.
Parameters:
Returns:
list
public abstract PagedIterable<Contact> list(String resourceGroupName, String spacecraftName, String skiptoken, Context context)
Returns list of contacts by spacecraftName.
Parameters:
Returns: