Interface AvailabilitySets


  • public interface AvailabilitySets
    Resource collection API of AvailabilitySets.
    • Method Detail

      • getByResourceGroup

        AvailabilitySet getByResourceGroup​(String resourceGroupName,
                                           String availabilitySetName)
        Implements AvailabilitySet GET method.
        Parameters:
        resourceGroupName - The name of the resource group.
        availabilitySetName - Name of the AvailabilitySet.
        Returns:
        the AvailabilitySets resource definition.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getByResourceGroupWithResponse

        com.azure.core.http.rest.Response<AvailabilitySet> getByResourceGroupWithResponse​(String resourceGroupName,
                                                                                          String availabilitySetName,
                                                                                          com.azure.core.util.Context context)
        Implements AvailabilitySet GET method.
        Parameters:
        resourceGroupName - The name of the resource group.
        availabilitySetName - Name of the AvailabilitySet.
        context - The context to associate with this operation.
        Returns:
        the AvailabilitySets resource definition along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • delete

        void delete​(String resourceGroupName,
                    String availabilitySetName,
                    Boolean force)
        Deregisters the ScVmm availability set from Azure.
        Parameters:
        resourceGroupName - The name of the resource group.
        availabilitySetName - Name of the AvailabilitySet.
        force - Forces the resource to be deleted from azure. The corresponding CR would be attempted to be deleted too.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • delete

        void delete​(String resourceGroupName,
                    String availabilitySetName)
        Deregisters the ScVmm availability set from Azure.
        Parameters:
        resourceGroupName - The name of the resource group.
        availabilitySetName - Name of the AvailabilitySet.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • delete

        void delete​(String resourceGroupName,
                    String availabilitySetName,
                    Boolean force,
                    com.azure.core.util.Context context)
        Deregisters the ScVmm availability set from Azure.
        Parameters:
        resourceGroupName - The name of the resource group.
        availabilitySetName - Name of the AvailabilitySet.
        force - Forces the resource to be deleted from azure. The corresponding CR would be attempted to be deleted too.
        context - The context to associate with this operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listByResourceGroup

        com.azure.core.http.rest.PagedIterable<AvailabilitySet> listByResourceGroup​(String resourceGroupName)
        List of AvailabilitySets in a resource group.
        Parameters:
        resourceGroupName - The name of the resource group.
        Returns:
        list of AvailabilitySets as paginated response with PagedIterable.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listByResourceGroup

        com.azure.core.http.rest.PagedIterable<AvailabilitySet> listByResourceGroup​(String resourceGroupName,
                                                                                    com.azure.core.util.Context context)
        List of AvailabilitySets in a resource group.
        Parameters:
        resourceGroupName - The name of the resource group.
        context - The context to associate with this operation.
        Returns:
        list of AvailabilitySets as paginated response with PagedIterable.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • list

        com.azure.core.http.rest.PagedIterable<AvailabilitySet> list()
        List of AvailabilitySets in a subscription.
        Returns:
        list of AvailabilitySets as paginated response with PagedIterable.
        Throws:
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • list

        com.azure.core.http.rest.PagedIterable<AvailabilitySet> list​(com.azure.core.util.Context context)
        List of AvailabilitySets in a subscription.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        list of AvailabilitySets as paginated response with PagedIterable.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getById

        AvailabilitySet getById​(String id)
        Implements AvailabilitySet GET method.
        Parameters:
        id - the resource ID.
        Returns:
        the AvailabilitySets resource definition along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getByIdWithResponse

        com.azure.core.http.rest.Response<AvailabilitySet> getByIdWithResponse​(String id,
                                                                               com.azure.core.util.Context context)
        Implements AvailabilitySet GET method.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        Returns:
        the AvailabilitySets resource definition along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • deleteById

        void deleteById​(String id)
        Deregisters the ScVmm availability set from Azure.
        Parameters:
        id - the resource ID.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • deleteByIdWithResponse

        void deleteByIdWithResponse​(String id,
                                    Boolean force,
                                    com.azure.core.util.Context context)
        Deregisters the ScVmm availability set from Azure.
        Parameters:
        id - the resource ID.
        force - Forces the resource to be deleted from azure. The corresponding CR would be attempted to be deleted too.
        context - The context to associate with this operation.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • define

        AvailabilitySet.DefinitionStages.Blank define​(String name)
        Begins definition for a new AvailabilitySet resource.
        Parameters:
        name - resource name.
        Returns:
        the first stage of the new AvailabilitySet definition.