FqdnListLocalRulestack interface
Schnittstelle, die einen FqdnListLocalRulestack darstellt.
Methoden
begin |
Erstellen eines FqdnListLocalRulestackResource |
begin |
Erstellen eines FqdnListLocalRulestackResource |
begin |
Löschen eines FqdnListLocalRulestackResource |
begin |
Löschen eines FqdnListLocalRulestackResource |
get(string, string, string, Fqdn |
Abrufen eines FqdnListLocalRulestackResource |
list |
Auflisten von FqdnListLocalRulestackResource-Ressourcen nach LocalRulestacks |
Details zur Methode
beginCreateOrUpdate(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)
Erstellen eines FqdnListLocalRulestackResource
function beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListLocalRulestackResource>, FqdnListLocalRulestackResource>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
LocalRulestack-Ressourcenname
- name
-
string
fqdn-Listenname
- resource
- FqdnListLocalRulestackResource
Ressourcenerstellungsparameter.
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<FqdnListLocalRulestackResource>, FqdnListLocalRulestackResource>>
beginCreateOrUpdateAndWait(string, string, string, FqdnListLocalRulestackResource, FqdnListLocalRulestackCreateOrUpdateOptionalParams)
Erstellen eines FqdnListLocalRulestackResource
function beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListLocalRulestackResource>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
LocalRulestack-Ressourcenname
- name
-
string
fqdn-Listenname
- resource
- FqdnListLocalRulestackResource
Ressourcenerstellungsparameter.
Die Optionsparameter.
Gibt zurück
Promise<FqdnListLocalRulestackResource>
beginDelete(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)
Löschen eines FqdnListLocalRulestackResource
function beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
LocalRulestack-Ressourcenname
- name
-
string
fqdn-Listenname
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, FqdnListLocalRulestackDeleteOptionalParams)
Löschen eines FqdnListLocalRulestackResource
function beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<void>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
LocalRulestack-Ressourcenname
- name
-
string
fqdn-Listenname
Die Optionsparameter.
Gibt zurück
Promise<void>
get(string, string, string, FqdnListLocalRulestackGetOptionalParams)
Abrufen eines FqdnListLocalRulestackResource
function get(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackGetOptionalParams): Promise<FqdnListLocalRulestackResource>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
LocalRulestack-Ressourcenname
- name
-
string
fqdn-Listenname
Die Optionsparameter.
Gibt zurück
Promise<FqdnListLocalRulestackResource>
listByLocalRulestacks(string, string, FqdnListLocalRulestackListByLocalRulestacksOptionalParams)
Auflisten von FqdnListLocalRulestackResource-Ressourcen nach LocalRulestacks
function listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: FqdnListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<FqdnListLocalRulestackResource, FqdnListLocalRulestackResource[], PageSettings>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- localRulestackName
-
string
LocalRulestack-Ressourcenname
Die Optionsparameter.